Shades of Purple Heart #6232CE
Tints of Purple Heart #6232CE
RGB
CMYK
RGB Variations
Color information
#6232CE (or 0x6232CE) is known color: Purple Heart. HEX triplet: 62, 32 and CE. RGB value is (98,50,206). Sum of RGB (Red+Green+Blue) = 98+50+206=354 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.68% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 206 (80.86% from 255 or 58.19% from 354); Max value from RGB is 206 - color contains mainly: blue. Hex color #6232CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6232CE is #9DCD31. Grayscale: #515151. Windows color (decimal): -10341682 or 13513314. OLE color: 13513314.
HSL color Cylindrical-coordinate representation of color #6232CE: hue angle of 258.46º degrees, saturation: 0.61, 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 #6232CE is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 50 | 206 | - |
| CMYK | 0.52 | 0.76 | 0 | 0.19 |
| HSL | 258.46º | 0.61% | 0.5% | - |
| HSV(B) | 258.46º | 0.76% | 0.81% | - |
| XYZ | 17.32 | 9.33 | 59.28 | - |
| YUV | 82.14 | 197.9 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 50 | 206 | 0.52 | 0.76 | 0 | 0.19 | 258.46 | 0.61 | 0.5 |
| Hex | 62 | 32 | CE | 34 | 4C | 0 | 13 | 102 | 3D | 32 |
| Octal | 142 | 62 | 316 | 64 | 114 | 0 | 23 | 402 | 75 | 62 |
| Binary | 1100010 | 110010 | 11001110 | 110100 | 1001100 | 0 | 10011 | 100000010 | 111101 | 110010 |
Color Harmonies of #6232CE
Complementary color
Monochromatic Colors of #6232CE
Black with #6232CE
Text Example
Text Example
White with #6232CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6232CE; }
p { color: rgb(98,50,206); }
H1.HeaderClassName
{
color: #6232CE;
}
.AnyTagClassName
{
color: #6232CE;
}
</style>
background-color css
<style>
a { background-color: #6232CE; }
a { background-color: rgb(98,50,206); }
div.DivClassName
{
background-color: #6232CE;
}
.BgClassName
{
background-color: #6232CE;
}
</style>
border-color css
<style>
span { border-color: #6232CE; }
span { border-color: rgb(98,50,206); }
td.TdClassName
{
border-color: #6232CE;
}
.TagClassName
{
border-color: #6232CE;
}
</style>