Shades of Purple Heart #6208CE
Tints of Purple Heart #6208CE
RGB
CMYK
RGB Variations
Color information
#6208CE (or 0x6208CE) is known color: Purple Heart. HEX triplet: 62, 08 and CE. RGB value is (98,8,206). Sum of RGB (Red+Green+Blue) = 98+8+206=312 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.41% from 312); Green value is 8 (3.52% from 255 or 2.56% from 312); Blue value is 206 (80.86% from 255 or 66.03% from 312); Max value from RGB is 206 - color contains mainly: blue. Hex color #6208CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6208CE is #9DF731. Grayscale: #383838. Windows color (decimal): -10352434 or 13502562. OLE color: 13502562.
HSL color Cylindrical-coordinate representation of color #6208CE: hue angle of 267.27º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6208CE is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 8 | 206 | - |
| CMYK | 0.52 | 0.96 | 0 | 0.19 |
| HSL | 267.27º | 0.93% | 0.42% | - |
| HSV(B) | 267.27º | 0.96% | 0.81% | - |
| XYZ | 16.26 | 7.23 | 58.93 | - |
| YUV | 57.48 | 211.82 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 8 | 206 | 0.52 | 0.96 | 0 | 0.19 | 267.27 | 0.93 | 0.42 |
| Hex | 62 | 8 | CE | 34 | 60 | 0 | 13 | 10B | 5D | 2A |
| Octal | 142 | 10 | 316 | 64 | 140 | 0 | 23 | 413 | 135 | 52 |
| Binary | 1100010 | 1000 | 11001110 | 110100 | 1100000 | 0 | 10011 | 100001011 | 1011101 | 101010 |
Color Harmonies of #6208CE
Complementary color
Monochromatic Colors of #6208CE
Black with #6208CE
Text Example
Text Example
White with #6208CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6208CE; }
p { color: rgb(98,8,206); }
H1.HeaderClassName
{
color: #6208CE;
}
.AnyTagClassName
{
color: #6208CE;
}
</style>
background-color css
<style>
a { background-color: #6208CE; }
a { background-color: rgb(98,8,206); }
div.DivClassName
{
background-color: #6208CE;
}
.BgClassName
{
background-color: #6208CE;
}
</style>
border-color css
<style>
span { border-color: #6208CE; }
span { border-color: rgb(98,8,206); }
td.TdClassName
{
border-color: #6208CE;
}
.TagClassName
{
border-color: #6208CE;
}
</style>