Html Css Color HEX #6601CC Purple Heart

📋 copy color: '#6601CC'

red 102 ◦ green 1 ◦ blue 204

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

Shades of Purple Heart #6601CC

Tints of Purple Heart #6601CC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 33.22%
G = 0.33%
B = 66.45%

CMYK

 C value IS 0.5

 M value IS 1.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6601CC (or 0x6601CC) is known color: Purple Heart. HEX triplet: 66, 01 and CC. RGB value is (102,1,204). Sum of RGB (Red+Green+Blue) = 102+1+204=307 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.22% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 204 (80.08% from 255 or 66.45% from 307); Max value from RGB is 204 - color contains mainly: blue. Hex color #6601CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6601CC is #99FE33. Grayscale: #353535. Windows color (decimal): -10092084 or 13369702. OLE color: 13369702.

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

Color convert

RGB 102 1 204 -
CMYK 0.5 1.00 0 0.2
HSL 269.85º 0.99% 0.4% -
HSV(B) 269.85º 1% 0.8% -
XYZ 16.39 7.21 57.65 -
YUV 54.34 212.46 161.99 -
System Red Green Blue C M Y K H S L
Decimal 102 1 204 0.5 1.00 0 0.2 269.85 0.99 0.4
Hex 66 1 CC 32 64 0 14 10E 63 28
Octal 146 1 314 62 144 0 24 416 143 50
Binary 1100110 1 11001100 110010 1100100 0 10100 100001110 1100011 101000

Color Harmonies of #6601CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6601CC

Black with #6601CC

Text Example


Text Example

White with #6601CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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