Html Css Color HEX #6616DC Purple Heart

📋 copy color: '#6616DC'

red 102 ◦ green 22 ◦ blue 220

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

Shades of Purple Heart #6616DC

Tints of Purple Heart #6616DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 63.95%

R = 29.65%
G = 6.4%
B = 63.95%

CMYK

 C value IS 0.54

 M value IS 0.9

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6616DC (or 0x6616DC) is known color: Purple Heart. HEX triplet: 66, 16 and DC. RGB value is (102,22,220). Sum of RGB (Red+Green+Blue) = 102+22+220=344 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.65% from 344); Green value is 22 (8.98% from 255 or 6.40% from 344); Blue value is 220 (86.33% from 255 or 63.95% from 344); Max value from RGB is 220 - color contains mainly: blue. Hex color #6616DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6616DC is #99E923. Grayscale: #434343. Windows color (decimal): -10086692 or 14423654. OLE color: 14423654.

HSL color Cylindrical-coordinate representation of color #6616DC: hue angle of 264.24º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6616DC is Cyan = 0.54, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 22 220 -
CMYK 0.54 0.9 0 0.14
HSL 264.24º 0.82% 0.47% -
HSV(B) 264.24º 0.9% 0.86% -
XYZ 18.68 8.57 68.38 -
YUV 68.49 213.5 151.9 -
System Red Green Blue C M Y K H S L
Decimal 102 22 220 0.54 0.9 0 0.14 264.24 0.82 0.47
Hex 66 16 DC 36 5A 0 E 108 52 2F
Octal 146 26 334 66 132 0 16 410 122 57
Binary 1100110 10110 11011100 110110 1011010 0 1110 100001000 1010010 101111

Color Harmonies of #6616DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6616DC

Black with #6616DC

Text Example


Text Example

White with #6616DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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