Html Css Color HEX #6616CC Purple Heart

📋 copy color: '#6616CC'

red 102 ◦ green 22 ◦ blue 204

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

Shades of Purple Heart #6616CC

Tints of Purple Heart #6616CC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.71%

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

R = 31.1%
G = 6.71%
B = 62.2%

CMYK

 C value IS 0.5

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6616CC (or 0x6616CC) is known color: Purple Heart. HEX triplet: 66, 16 and CC. RGB value is (102,22,204). Sum of RGB (Red+Green+Blue) = 102+22+204=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 22 (8.98% from 255 or 6.71% from 328); Blue value is 204 (80.08% from 255 or 62.20% from 328); Max value from RGB is 204 - color contains mainly: blue. Hex color #6616CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6616CC is #99E933. Grayscale: #424242. Windows color (decimal): -10086708 or 13375078. OLE color: 13375078.

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

Color convert

RGB 102 22 204 -
CMYK 0.5 0.89 0 0.2
HSL 266.37º 0.81% 0.44% -
HSV(B) 266.37º 0.89% 0.8% -
XYZ 16.67 7.76 57.75 -
YUV 66.67 205.5 153.2 -
System Red Green Blue C M Y K H S L
Decimal 102 22 204 0.5 0.89 0 0.2 266.37 0.81 0.44
Hex 66 16 CC 32 59 0 14 10A 51 2C
Octal 146 26 314 62 131 0 24 412 121 54
Binary 1100110 10110 11001100 110010 1011001 0 10100 100001010 1010001 101100

Color Harmonies of #6616CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6616CC

Black with #6616CC

Text Example


Text Example

White with #6616CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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