Shades of Purple Heart #6233CE
Tints of Purple Heart #6233CE
RGB
CMYK
RGB Variations
Color information
#6233CE (or 0x6233CE) is known color: Purple Heart. HEX triplet: 62, 33 and CE. RGB value is (98,51,206). Sum of RGB (Red+Green+Blue) = 98+51+206=355 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.61% from 355); Green value is 51 (20.31% from 255 or 14.37% from 355); Blue value is 206 (80.86% from 255 or 58.03% from 355); Max value from RGB is 206 - color contains mainly: blue. Hex color #6233CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6233CE is #9DCC31. Grayscale: #525252. Windows color (decimal): -10341426 or 13513570. OLE color: 13513570.
HSL color Cylindrical-coordinate representation of color #6233CE: hue angle of 258.19º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6233CE is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 51 | 206 | - |
| CMYK | 0.52 | 0.75 | 0 | 0.19 |
| HSL | 258.19º | 0.61% | 0.5% | - |
| HSV(B) | 258.19º | 0.75% | 0.81% | - |
| XYZ | 17.36 | 9.42 | 59.3 | - |
| YUV | 82.72 | 197.57 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 51 | 206 | 0.52 | 0.75 | 0 | 0.19 | 258.19 | 0.61 | 0.5 |
| Hex | 62 | 33 | CE | 34 | 4B | 0 | 13 | 102 | 3D | 32 |
| Octal | 142 | 63 | 316 | 64 | 113 | 0 | 23 | 402 | 75 | 62 |
| Binary | 1100010 | 110011 | 11001110 | 110100 | 1001011 | 0 | 10011 | 100000010 | 111101 | 110010 |
Color Harmonies of #6233CE
Complementary color
Monochromatic Colors of #6233CE
Black with #6233CE
Text Example
Text Example
White with #6233CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6233CE; }
p { color: rgb(98,51,206); }
H1.HeaderClassName
{
color: #6233CE;
}
.AnyTagClassName
{
color: #6233CE;
}
</style>
background-color css
<style>
a { background-color: #6233CE; }
a { background-color: rgb(98,51,206); }
div.DivClassName
{
background-color: #6233CE;
}
.BgClassName
{
background-color: #6233CE;
}
</style>
border-color css
<style>
span { border-color: #6233CE; }
span { border-color: rgb(98,51,206); }
td.TdClassName
{
border-color: #6233CE;
}
.TagClassName
{
border-color: #6233CE;
}
</style>