Shades of Purple Heart #6416C9
Tints of Purple Heart #6416C9
RGB
CMYK
RGB Variations
Color information
#6416C9 (or 0x6416C9) is known color: Purple Heart. HEX triplet: 64, 16 and C9. RGB value is (100,22,201). Sum of RGB (Red+Green+Blue) = 100+22+201=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 22 (8.98% from 255 or 6.81% from 323); Blue value is 201 (78.91% from 255 or 62.23% from 323); Max value from RGB is 201 - color contains mainly: blue. Hex color #6416C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6416C9 is #9BE936. Grayscale: #414141. Windows color (decimal): -10217783 or 13178468. OLE color: 13178468.
HSL color Cylindrical-coordinate representation of color #6416C9: hue angle of 266.15º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6416C9 is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 22 | 201 | - |
| CMYK | 0.50 | 0.89 | 0 | 0.21 |
| HSL | 266.15º | 0.8% | 0.44% | - |
| HSV(B) | 266.15º | 0.89% | 0.79% | - |
| XYZ | 16.09 | 7.5 | 55.86 | - |
| YUV | 65.73 | 204.34 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 22 | 201 | 0.50 | 0.89 | 0 | 0.21 | 266.15 | 0.8 | 0.44 |
| Hex | 64 | 16 | C9 | 32 | 59 | 0 | 15 | 10A | 50 | 2C |
| Octal | 144 | 26 | 311 | 62 | 131 | 0 | 25 | 412 | 120 | 54 |
| Binary | 1100100 | 10110 | 11001001 | 110010 | 1011001 | 0 | 10101 | 100001010 | 1010000 | 101100 |
Color Harmonies of #6416C9
Complementary color
Monochromatic Colors of #6416C9
Black with #6416C9
Text Example
Text Example
White with #6416C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6416C9; }
p { color: rgb(100,22,201); }
H1.HeaderClassName
{
color: #6416C9;
}
.AnyTagClassName
{
color: #6416C9;
}
</style>
background-color css
<style>
a { background-color: #6416C9; }
a { background-color: rgb(100,22,201); }
div.DivClassName
{
background-color: #6416C9;
}
.BgClassName
{
background-color: #6416C9;
}
</style>
border-color css
<style>
span { border-color: #6416C9; }
span { border-color: rgb(100,22,201); }
td.TdClassName
{
border-color: #6416C9;
}
.TagClassName
{
border-color: #6416C9;
}
</style>