Html Css Color HEX #6600CF Purple Heart

📋 copy color: '#6600CF'

red 102 ◦ green 0 ◦ blue 207

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

Shades of Purple Heart #6600CF

Tints of Purple Heart #6600CF

RGB

 RED value IS 102 (40.23% from 255) = 33.01%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 207 (81.25% from 255) = 66.99%

R = 33.01%
G = 0%
B = 66.99%

CMYK

 C value IS 0.51

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6600CF (or 0x6600CF) is known color: Purple Heart. HEX triplet: 66, 00 and CF. RGB value is (102,0,207). Sum of RGB (Red+Green+Blue) = 102+0+207=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 207 (81.25% from 255 or 66.99% from 309); Max value from RGB is 207 - color contains mainly: blue. Hex color #6600CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6600CF is #99FF30. Grayscale: #353535. Windows color (decimal): -10092337 or 13566054. OLE color: 13566054.

HSL color Cylindrical-coordinate representation of color #6600CF: hue angle of 269.57º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6600CF is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 0 207 -
CMYK 0.51 1 0 0.19
HSL 269.57º 1% 0.41% -
HSV(B) 269.57º 1% 0.81% -
XYZ 16.74 7.33 59.56 -
YUV 54.1 214.29 162.17 -
System Red Green Blue C M Y K H S L
Decimal 102 0 207 0.51 1 0 0.19 269.57 1 0.41
Hex 66 0 CF 33 64 0 13 10E 64 29
Octal 146 0 317 63 144 0 23 416 144 51
Binary 1100110 0 11001111 110011 1100100 0 10011 100001110 1100100 101001

Color Harmonies of #6600CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6600CF

Black with #6600CF

Text Example


Text Example

White with #6600CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6600CF; }

 p { color: rgb(102,0,207); }

 H1.HeaderClassName
 {
   color: #6600CF;
 }
 .AnyTagClassName
 {
   color: #6600CF;
 }
</style>

background-color css

<style>
 a { background-color: #6600CF; }

 a { background-color: rgb(102,0,207); }

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

border-color css

<style>
 span { border-color: #6600CF; }

 span { border-color: rgb(102,0,207); }

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