Shades of Purple Heart #5335CE
Tints of Purple Heart #5335CE
RGB
CMYK
RGB Variations
Color information
#5335CE (or 0x5335CE) is known color: Purple Heart. HEX triplet: 53, 35 and CE. RGB value is (83,53,206). Sum of RGB (Red+Green+Blue) = 83+53+206=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 206 (80.86% from 255 or 60.23% from 342); Max value from RGB is 206 - color contains mainly: blue. Hex color #5335CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5335CE is #ACCA31. Grayscale: #4E4E4E. Windows color (decimal): -11323954 or 13514067. OLE color: 13514067.
HSL color Cylindrical-coordinate representation of color #5335CE: hue angle of 251.76º 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 #5335CE is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 53 | 206 | - |
| CMYK | 0.60 | 0.74 | 0 | 0.19 |
| HSL | 251.76º | 0.61% | 0.51% | - |
| HSV(B) | 251.76º | 0.74% | 0.81% | - |
| XYZ | 15.98 | 8.84 | 59.26 | - |
| YUV | 79.41 | 199.44 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 53 | 206 | 0.60 | 0.74 | 0 | 0.19 | 251.76 | 0.61 | 0.51 |
| Hex | 53 | 35 | CE | 3C | 4A | 0 | 13 | FC | 3D | 33 |
| Octal | 123 | 65 | 316 | 74 | 112 | 0 | 23 | 374 | 75 | 63 |
| Binary | 1010011 | 110101 | 11001110 | 111100 | 1001010 | 0 | 10011 | 11111100 | 111101 | 110011 |
Color Harmonies of #5335CE
Complementary color
Monochromatic Colors of #5335CE
Black with #5335CE
Text Example
Text Example
White with #5335CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5335CE; }
p { color: rgb(83,53,206); }
H1.HeaderClassName
{
color: #5335CE;
}
.AnyTagClassName
{
color: #5335CE;
}
</style>
background-color css
<style>
a { background-color: #5335CE; }
a { background-color: rgb(83,53,206); }
div.DivClassName
{
background-color: #5335CE;
}
.BgClassName
{
background-color: #5335CE;
}
</style>
border-color css
<style>
span { border-color: #5335CE; }
span { border-color: rgb(83,53,206); }
td.TdClassName
{
border-color: #5335CE;
}
.TagClassName
{
border-color: #5335CE;
}
</style>