Shades of Purple Heart #5334CB
Tints of Purple Heart #5334CB
RGB
CMYK
RGB Variations
Color information
#5334CB (or 0x5334CB) is known color: Purple Heart. HEX triplet: 53, 34 and CB. RGB value is (83,52,203). Sum of RGB (Red+Green+Blue) = 83+52+203=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 203 (79.69% from 255 or 60.06% from 338); Max value from RGB is 203 - color contains mainly: blue. Hex color #5334CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5334CB is #ACCB34. Grayscale: #4D4D4D. Windows color (decimal): -11324213 or 13317203. OLE color: 13317203.
HSL color Cylindrical-coordinate representation of color #5334CB: hue angle of 252.32º 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 #5334CB is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 52 | 203 | - |
| CMYK | 0.59 | 0.74 | 0 | 0.20 |
| HSL | 252.32º | 0.59% | 0.5% | - |
| HSV(B) | 252.32º | 0.74% | 0.8% | - |
| XYZ | 15.57 | 8.61 | 57.34 | - |
| YUV | 78.48 | 198.27 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 52 | 203 | 0.59 | 0.74 | 0 | 0.20 | 252.32 | 0.59 | 0.5 |
| Hex | 53 | 34 | CB | 3B | 4A | 0 | 14 | FC | 3B | 32 |
| Octal | 123 | 64 | 313 | 73 | 112 | 0 | 24 | 374 | 73 | 62 |
| Binary | 1010011 | 110100 | 11001011 | 111011 | 1001010 | 0 | 10100 | 11111100 | 111011 | 110010 |
Color Harmonies of #5334CB
Complementary color
Monochromatic Colors of #5334CB
Black with #5334CB
Text Example
Text Example
White with #5334CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5334CB; }
p { color: rgb(83,52,203); }
H1.HeaderClassName
{
color: #5334CB;
}
.AnyTagClassName
{
color: #5334CB;
}
</style>
background-color css
<style>
a { background-color: #5334CB; }
a { background-color: rgb(83,52,203); }
div.DivClassName
{
background-color: #5334CB;
}
.BgClassName
{
background-color: #5334CB;
}
</style>
border-color css
<style>
span { border-color: #5334CB; }
span { border-color: rgb(83,52,203); }
td.TdClassName
{
border-color: #5334CB;
}
.TagClassName
{
border-color: #5334CB;
}
</style>