Shades of Purple Heart #5335CB
Tints of Purple Heart #5335CB
RGB
CMYK
RGB Variations
Color information
#5335CB (or 0x5335CB) is known color: Purple Heart. HEX triplet: 53, 35 and CB. RGB value is (83,53,203). Sum of RGB (Red+Green+Blue) = 83+53+203=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 203 (79.69% from 255 or 59.88% from 339); Max value from RGB is 203 - color contains mainly: blue. Hex color #5335CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5335CB is #ACCA34. Grayscale: #4E4E4E. Windows color (decimal): -11323957 or 13317459. OLE color: 13317459.
HSL color Cylindrical-coordinate representation of color #5335CB: hue angle of 252º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5335CB is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 53 | 203 | - |
| CMYK | 0.59 | 0.74 | 0 | 0.20 |
| HSL | 252º | 0.59% | 0.5% | - |
| HSV(B) | 252º | 0.74% | 0.8% | - |
| XYZ | 15.62 | 8.7 | 57.36 | - |
| YUV | 79.07 | 197.94 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 53 | 203 | 0.59 | 0.74 | 0 | 0.20 | 252 | 0.59 | 0.5 |
| Hex | 53 | 35 | CB | 3B | 4A | 0 | 14 | FC | 3B | 32 |
| Octal | 123 | 65 | 313 | 73 | 112 | 0 | 24 | 374 | 73 | 62 |
| Binary | 1010011 | 110101 | 11001011 | 111011 | 1001010 | 0 | 10100 | 11111100 | 111011 | 110010 |
Color Harmonies of #5335CB
Complementary color
Monochromatic Colors of #5335CB
Black with #5335CB
Text Example
Text Example
White with #5335CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5335CB; }
p { color: rgb(83,53,203); }
H1.HeaderClassName
{
color: #5335CB;
}
.AnyTagClassName
{
color: #5335CB;
}
</style>
background-color css
<style>
a { background-color: #5335CB; }
a { background-color: rgb(83,53,203); }
div.DivClassName
{
background-color: #5335CB;
}
.BgClassName
{
background-color: #5335CB;
}
</style>
border-color css
<style>
span { border-color: #5335CB; }
span { border-color: rgb(83,53,203); }
td.TdClassName
{
border-color: #5335CB;
}
.TagClassName
{
border-color: #5335CB;
}
</style>