Shades of Purple Heart #6213CF
Tints of Purple Heart #6213CF
RGB
CMYK
RGB Variations
Color information
#6213CF (or 0x6213CF) is known color: Purple Heart. HEX triplet: 62, 13 and CF. RGB value is (98,19,207). Sum of RGB (Red+Green+Blue) = 98+19+207=324 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.25% from 324); Green value is 19 (7.81% from 255 or 5.86% from 324); Blue value is 207 (81.25% from 255 or 63.89% from 324); Max value from RGB is 207 - color contains mainly: blue. Hex color #6213CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6213CF is #9DEC30. Grayscale: #3F3F3F. Windows color (decimal): -10349617 or 13570914. OLE color: 13570914.
HSL color Cylindrical-coordinate representation of color #6213CF: hue angle of 265.21º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6213CF is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 19 | 207 | - |
| CMYK | 0.53 | 0.91 | 0 | 0.19 |
| HSL | 265.21º | 0.83% | 0.44% | - |
| HSV(B) | 265.21º | 0.91% | 0.81% | - |
| XYZ | 16.53 | 7.57 | 59.62 | - |
| YUV | 64.05 | 208.67 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 19 | 207 | 0.53 | 0.91 | 0 | 0.19 | 265.21 | 0.83 | 0.44 |
| Hex | 62 | 13 | CF | 35 | 5B | 0 | 13 | 109 | 53 | 2C |
| Octal | 142 | 23 | 317 | 65 | 133 | 0 | 23 | 411 | 123 | 54 |
| Binary | 1100010 | 10011 | 11001111 | 110101 | 1011011 | 0 | 10011 | 100001001 | 1010011 | 101100 |
Color Harmonies of #6213CF
Complementary color
Monochromatic Colors of #6213CF
Black with #6213CF
Text Example
Text Example
White with #6213CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6213CF; }
p { color: rgb(98,19,207); }
H1.HeaderClassName
{
color: #6213CF;
}
.AnyTagClassName
{
color: #6213CF;
}
</style>
background-color css
<style>
a { background-color: #6213CF; }
a { background-color: rgb(98,19,207); }
div.DivClassName
{
background-color: #6213CF;
}
.BgClassName
{
background-color: #6213CF;
}
</style>
border-color css
<style>
span { border-color: #6213CF; }
span { border-color: rgb(98,19,207); }
td.TdClassName
{
border-color: #6213CF;
}
.TagClassName
{
border-color: #6213CF;
}
</style>