Shades of Purple Heart #6209CE
Tints of Purple Heart #6209CE
RGB
CMYK
RGB Variations
Color information
#6209CE (or 0x6209CE) is known color: Purple Heart. HEX triplet: 62, 09 and CE. RGB value is (98,9,206). Sum of RGB (Red+Green+Blue) = 98+9+206=313 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.31% from 313); Green value is 9 (3.91% from 255 or 2.88% from 313); Blue value is 206 (80.86% from 255 or 65.81% from 313); Max value from RGB is 206 - color contains mainly: blue. Hex color #6209CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6209CE is #9DF631. Grayscale: #393939. Windows color (decimal): -10352178 or 13502818. OLE color: 13502818.
HSL color Cylindrical-coordinate representation of color #6209CE: hue angle of 267.11º degrees, saturation: 0.92, 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 #6209CE is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 9 | 206 | - |
| CMYK | 0.52 | 0.96 | 0 | 0.19 |
| HSL | 267.11º | 0.92% | 0.42% | - |
| HSV(B) | 267.11º | 0.96% | 0.81% | - |
| XYZ | 16.28 | 7.25 | 58.93 | - |
| YUV | 58.07 | 211.49 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 9 | 206 | 0.52 | 0.96 | 0 | 0.19 | 267.11 | 0.92 | 0.42 |
| Hex | 62 | 9 | CE | 34 | 60 | 0 | 13 | 10B | 5C | 2A |
| Octal | 142 | 11 | 316 | 64 | 140 | 0 | 23 | 413 | 134 | 52 |
| Binary | 1100010 | 1001 | 11001110 | 110100 | 1100000 | 0 | 10011 | 100001011 | 1011100 | 101010 |
Color Harmonies of #6209CE
Complementary color
Monochromatic Colors of #6209CE
Black with #6209CE
Text Example
Text Example
White with #6209CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6209CE; }
p { color: rgb(98,9,206); }
H1.HeaderClassName
{
color: #6209CE;
}
.AnyTagClassName
{
color: #6209CE;
}
</style>
background-color css
<style>
a { background-color: #6209CE; }
a { background-color: rgb(98,9,206); }
div.DivClassName
{
background-color: #6209CE;
}
.BgClassName
{
background-color: #6209CE;
}
</style>
border-color css
<style>
span { border-color: #6209CE; }
span { border-color: rgb(98,9,206); }
td.TdClassName
{
border-color: #6209CE;
}
.TagClassName
{
border-color: #6209CE;
}
</style>