Shades of Purple Heart #5235CE
Tints of Purple Heart #5235CE
RGB
CMYK
RGB Variations
Color information
#5235CE (or 0x5235CE) is known color: Purple Heart. HEX triplet: 52, 35 and CE. RGB value is (82,53,206). Sum of RGB (Red+Green+Blue) = 82+53+206=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 206 (80.86% from 255 or 60.41% from 341); Max value from RGB is 206 - color contains mainly: blue. Hex color #5235CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5235CE is #ADCA31. Grayscale: #4E4E4E. Windows color (decimal): -11389490 or 13514066. OLE color: 13514066.
HSL color Cylindrical-coordinate representation of color #5235CE: hue angle of 251.37º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5235CE is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 53 | 206 | - |
| CMYK | 0.60 | 0.74 | 0 | 0.19 |
| HSL | 251.37º | 0.61% | 0.51% | - |
| HSV(B) | 251.37º | 0.74% | 0.81% | - |
| XYZ | 15.89 | 8.8 | 59.25 | - |
| YUV | 79.11 | 199.61 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 53 | 206 | 0.60 | 0.74 | 0 | 0.19 | 251.37 | 0.61 | 0.51 |
| Hex | 52 | 35 | CE | 3C | 4A | 0 | 13 | FB | 3D | 33 |
| Octal | 122 | 65 | 316 | 74 | 112 | 0 | 23 | 373 | 75 | 63 |
| Binary | 1010010 | 110101 | 11001110 | 111100 | 1001010 | 0 | 10011 | 11111011 | 111101 | 110011 |
Color Harmonies of #5235CE
Complementary color
Monochromatic Colors of #5235CE
Black with #5235CE
Text Example
Text Example
White with #5235CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5235CE; }
p { color: rgb(82,53,206); }
H1.HeaderClassName
{
color: #5235CE;
}
.AnyTagClassName
{
color: #5235CE;
}
</style>
background-color css
<style>
a { background-color: #5235CE; }
a { background-color: rgb(82,53,206); }
div.DivClassName
{
background-color: #5235CE;
}
.BgClassName
{
background-color: #5235CE;
}
</style>
border-color css
<style>
span { border-color: #5235CE; }
span { border-color: rgb(82,53,206); }
td.TdClassName
{
border-color: #5235CE;
}
.TagClassName
{
border-color: #5235CE;
}
</style>