#6216A6

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

Shades of Purple Heart #6216A6

Tints of Purple Heart #6216A6

Color information

#6216A6 (or 0x6216A6) is unknown color: approx Purple Heart. HEX triplet: 62, 16 and A6. RGB value is (98,22,166). Sum of RGB (Red+Green+Blue) = 98+22+166=286 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.27% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 166 (65.23% from 255 or 58.04% from 286); Max value from RGB is 166 - color contains mainly: blue. Hex color #6216A6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6216A6 is #9DE959. Grayscale: #3C3C3C. Windows color (decimal): -10348890 or 10884706. OLE color: 10884706.

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

Color convert

RGB9822166-
CMYK0.410.8700.35
HSL271.67º76.6%36.86%-
HSV(B)271.67º86.75%65.1%-
XYZ12.215.9236.58-
YUV61.14187.18154.29-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.27%
GREEN value IS 22 (8.98% from 255) = 7.69%
BLUE value IS 166 (65.23% from 255) = 58.04%
R=34.27%
G=7.69%
B=58.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal98221660.410.8700.35271.6776.636.86
Hex6216A629570231104d25
Octal142262465112704342011545
Binary11000101011010100110101001101011101000111000100001001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6216A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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