Html Css Color HEX #6616DD Purple Heart

📋 copy color: '#6616DD'

red 102 ◦ green 22 ◦ blue 221

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

Shades of Purple Heart #6616DD

Tints of Purple Heart #6616DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 64.06%

R = 29.57%
G = 6.38%
B = 64.06%

CMYK

 C value IS 0.54

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6616DD (or 0x6616DD) is known color: Purple Heart. HEX triplet: 66, 16 and DD. RGB value is (102,22,221). Sum of RGB (Red+Green+Blue) = 102+22+221=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 22 (8.98% from 255 or 6.38% from 345); Blue value is 221 (86.72% from 255 or 64.06% from 345); Max value from RGB is 221 - color contains mainly: blue. Hex color #6616DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6616DD is #99E922. Grayscale: #434343. Windows color (decimal): -10086691 or 14489190. OLE color: 14489190.

HSL color Cylindrical-coordinate representation of color #6616DD: hue angle of 264.12º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6616DD is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 22 221 -
CMYK 0.54 0.90 0 0.13
HSL 264.12º 0.82% 0.48% -
HSV(B) 264.12º 0.9% 0.87% -
XYZ 18.82 8.62 69.08 -
YUV 68.61 214 151.82 -
System Red Green Blue C M Y K H S L
Decimal 102 22 221 0.54 0.90 0 0.13 264.12 0.82 0.48
Hex 66 16 DD 36 5A 0 D 108 52 30
Octal 146 26 335 66 132 0 15 410 122 60
Binary 1100110 10110 11011101 110110 1011010 0 1101 100001000 1010010 110000

Color Harmonies of #6616DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6616DD

Black with #6616DD

Text Example


Text Example

White with #6616DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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