#6216A9

Color #6216A9 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6216A9

Tints of Purple Heart #6216A9

Color information

#6216A9 (or 0x6216A9) is unknown color: approx Purple Heart. HEX triplet: 62, 16 and A9. RGB value is (98,22,169). Sum of RGB (Red+Green+Blue) = 98+22+169=289 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.91% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 169 (66.41% from 255 or 58.48% from 289); Max value from RGB is 169 - color contains mainly: blue. Hex color #6216A9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6216A9 is #9DE956. Grayscale: #3C3C3C. Windows color (decimal): -10348887 or 11081314. OLE color: 11081314.

HSL color Cylindrical-coordinate representation of color #6216A9: hue angle of 271.02º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6216A9 is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB9822169-
CMYK0.420.8700.34
HSL271.02º76.96%37.45%-
HSV(B)271.02º86.98%66.27%-
XYZ12.496.0438.04-
YUV61.48188.68154.05-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.91%
GREEN value IS 22 (8.98% from 255) = 7.61%
BLUE value IS 169 (66.41% from 255) = 58.48%
R=33.91%
G=7.61%
B=58.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal98221690.420.8700.34271.0276.9637.45
Hex6216A92A5702210f4d25
Octal142262515212704241711545
Binary11000101011010101001101010101011101000101000011111001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6216A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6216A9; }

 p { color: rgb(98,22,169); }

 H1.HeaderClassName
 {
   color: #6216A9;
 }
 .AnyTagClassName
 {
   color: #6216A9;
 }
</style>
background-color css

<style>
 a { background-color: #6216A9; }

 a { background-color: rgb(98,22,169); }

 div.DivClassName
 {
   background-color: #6216A9;
 }
 .BgClassName
 {
   background-color: #6216A9;
 }
</style>
border-color css

<style>
 span { border-color: #6216A9; }

 span { border-color: rgb(98,22,169); }

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