Shades of Purple Heart #6216CB
Tints of Purple Heart #6216CB
RGB
CMYK
RGB Variations
Color information
#6216CB (or 0x6216CB) is known color: Purple Heart. HEX triplet: 62, 16 and CB. RGB value is (98,22,203). Sum of RGB (Red+Green+Blue) = 98+22+203=323 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.34% from 323); Green value is 22 (8.98% from 255 or 6.81% from 323); Blue value is 203 (79.69% from 255 or 62.85% from 323); Max value from RGB is 203 - color contains mainly: blue. Hex color #6216CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6216CB is #9DE934. Grayscale: #404040. Windows color (decimal): -10348853 or 13309538. OLE color: 13309538.
HSL color Cylindrical-coordinate representation of color #6216CB: hue angle of 265.19º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6216CB is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 22 | 203 | - |
| CMYK | 0.52 | 0.89 | 0 | 0.20 |
| HSL | 265.19º | 0.8% | 0.44% | - |
| HSV(B) | 265.19º | 0.89% | 0.8% | - |
| XYZ | 16.1 | 7.48 | 57.1 | - |
| YUV | 65.36 | 205.68 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 22 | 203 | 0.52 | 0.89 | 0 | 0.20 | 265.19 | 0.8 | 0.44 |
| Hex | 62 | 16 | CB | 34 | 59 | 0 | 14 | 109 | 50 | 2C |
| Octal | 142 | 26 | 313 | 64 | 131 | 0 | 24 | 411 | 120 | 54 |
| Binary | 1100010 | 10110 | 11001011 | 110100 | 1011001 | 0 | 10100 | 100001001 | 1010000 | 101100 |
Color Harmonies of #6216CB
Complementary color
Monochromatic Colors of #6216CB
Black with #6216CB
Text Example
Text Example
White with #6216CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6216CB; }
p { color: rgb(98,22,203); }
H1.HeaderClassName
{
color: #6216CB;
}
.AnyTagClassName
{
color: #6216CB;
}
</style>
background-color css
<style>
a { background-color: #6216CB; }
a { background-color: rgb(98,22,203); }
div.DivClassName
{
background-color: #6216CB;
}
.BgClassName
{
background-color: #6216CB;
}
</style>
border-color css
<style>
span { border-color: #6216CB; }
span { border-color: rgb(98,22,203); }
td.TdClassName
{
border-color: #6216CB;
}
.TagClassName
{
border-color: #6216CB;
}
</style>