Html Css Color HEX #6600CC Purple Heart

📋 copy color: '#6600CC'

red 102 ◦ green 0 ◦ blue 204

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

Shades of Purple Heart #6600CC

Tints of Purple Heart #6600CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 66.67%

R = 33.33%
G = 0%
B = 66.67%

CMYK

 C value IS 0.5

 M value IS 1

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6600CC (or 0x6600CC) is known color: Purple Heart. HEX triplet: 66, 00 and CC. RGB value is (102,0,204). Sum of RGB (Red+Green+Blue) = 102+0+204=306 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.33% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 204 (80.08% from 255 or 66.67% from 306); Max value from RGB is 204 - color contains mainly: blue. Hex color #6600CC is a web safe color. Inversed color of #6600CC is #99FF33. Grayscale: #353535. Windows color (decimal): -10092340 or 13369446. OLE color: 13369446.

HSL color Cylindrical-coordinate representation of color #6600CC: hue angle of 270º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6600CC is Cyan = 0.5, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 102 0 204 -
CMYK 0.5 1 0 0.2
HSL 270º 1% 0.4% -
HSV(B) 270º 1% 0.8% -
XYZ 16.38 7.18 57.65 -
YUV 53.75 212.79 162.41 -
System Red Green Blue C M Y K H S L
Decimal 102 0 204 0.5 1 0 0.2 270 1 0.4
Hex 66 0 CC 32 64 0 14 10E 64 28
Octal 146 0 314 62 144 0 24 416 144 50
Binary 1100110 0 11001100 110010 1100100 0 10100 100001110 1100100 101000

Color Harmonies of #6600CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6600CC

Black with #6600CC

Text Example


Text Example

White with #6600CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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