Html Css Color HEX #6910BD Purple Heart

📋 copy color: '#6910BD'

red 105 ◦ green 16 ◦ blue 189

#6910BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6910BD

Tints of Purple Heart #6910BD

RGB

 RED value IS 105 (41.41% from 255) = 33.87%

 GREEN value IS 16 (6.64% from 255) = 5.16%

 BLUE value IS 189 (74.22% from 255) = 60.97%

R = 33.87%
G = 5.16%
B = 60.97%

CMYK

 C value IS 0.44

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6910BD (or 0x6910BD) is known color: Purple Heart. HEX triplet: 69, 10 and BD. RGB value is (105,16,189). Sum of RGB (Red+Green+Blue) = 105+16+189=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 189 (74.22% from 255 or 60.97% from 310); Max value from RGB is 189 - color contains mainly: blue. Hex color #6910BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6910BD is #96EF42. Grayscale: #3D3D3D. Windows color (decimal): -9891651 or 12390505. OLE color: 12390505.

HSL color Cylindrical-coordinate representation of color #6910BD: hue angle of 270.87º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6910BD is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 105 16 189 -
CMYK 0.44 0.92 0 0.26
HSL 270.87º 0.84% 0.4% -
HSV(B) 270.87º 0.92% 0.74% -
XYZ 15.2 7.05 48.7 -
YUV 62.33 199.49 158.43 -
System Red Green Blue C M Y K H S L
Decimal 105 16 189 0.44 0.92 0 0.26 270.87 0.84 0.4
Hex 69 10 BD 2C 5C 0 1A 10F 54 28
Octal 151 20 275 54 134 0 32 417 124 50
Binary 1101001 10000 10111101 101100 1011100 0 11010 100001111 1010100 101000

Color Harmonies of #6910BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6910BD

Black with #6910BD

Text Example


Text Example

White with #6910BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6910BD; }

 p { color: rgb(105,16,189); }

 H1.HeaderClassName
 {
   color: #6910BD;
 }
 .AnyTagClassName
 {
   color: #6910BD;
 }
</style>

background-color css

<style>
 a { background-color: #6910BD; }

 a { background-color: rgb(105,16,189); }

 div.DivClassName
 {
   background-color: #6910BD;
 }
 .BgClassName
 {
   background-color: #6910BD;
 }
</style>

border-color css

<style>
 span { border-color: #6910BD; }

 span { border-color: rgb(105,16,189); }

 td.TdClassName
 {
   border-color: #6910BD;
 }
 .TagClassName
 {
   border-color: #6910BD;
 }
</style>