Shades of Purple Heart #6231CE
Tints of Purple Heart #6231CE
RGB
CMYK
RGB Variations
Color information
#6231CE (or 0x6231CE) is known color: Purple Heart. HEX triplet: 62, 31 and CE. RGB value is (98,49,206). Sum of RGB (Red+Green+Blue) = 98+49+206=353 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.76% from 353); Green value is 49 (19.53% from 255 or 13.88% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #6231CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6231CE is #9DCE31. Grayscale: #505050. Windows color (decimal): -10341938 or 13513058. OLE color: 13513058.
HSL color Cylindrical-coordinate representation of color #6231CE: hue angle of 258.73º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6231CE is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 49 | 206 | - |
| CMYK | 0.52 | 0.76 | 0 | 0.19 |
| HSL | 258.73º | 0.62% | 0.5% | - |
| HSV(B) | 258.73º | 0.76% | 0.81% | - |
| XYZ | 17.28 | 9.25 | 59.27 | - |
| YUV | 81.55 | 198.23 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 49 | 206 | 0.52 | 0.76 | 0 | 0.19 | 258.73 | 0.62 | 0.5 |
| Hex | 62 | 31 | CE | 34 | 4C | 0 | 13 | 103 | 3E | 32 |
| Octal | 142 | 61 | 316 | 64 | 114 | 0 | 23 | 403 | 76 | 62 |
| Binary | 1100010 | 110001 | 11001110 | 110100 | 1001100 | 0 | 10011 | 100000011 | 111110 | 110010 |
Color Harmonies of #6231CE
Complementary color
Monochromatic Colors of #6231CE
Black with #6231CE
Text Example
Text Example
White with #6231CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6231CE; }
p { color: rgb(98,49,206); }
H1.HeaderClassName
{
color: #6231CE;
}
.AnyTagClassName
{
color: #6231CE;
}
</style>
background-color css
<style>
a { background-color: #6231CE; }
a { background-color: rgb(98,49,206); }
div.DivClassName
{
background-color: #6231CE;
}
.BgClassName
{
background-color: #6231CE;
}
</style>
border-color css
<style>
span { border-color: #6231CE; }
span { border-color: rgb(98,49,206); }
td.TdClassName
{
border-color: #6231CE;
}
.TagClassName
{
border-color: #6231CE;
}
</style>