Shades of Purple Heart #5332CB
Tints of Purple Heart #5332CB
RGB
CMYK
RGB Variations
Color information
#5332CB (or 0x5332CB) is known color: Purple Heart. HEX triplet: 53, 32 and CB. RGB value is (83,50,203). Sum of RGB (Red+Green+Blue) = 83+50+203=336 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.70% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 203 (79.69% from 255 or 60.42% from 336); Max value from RGB is 203 - color contains mainly: blue. Hex color #5332CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5332CB is #ACCD34. Grayscale: #4C4C4C. Windows color (decimal): -11324725 or 13316691. OLE color: 13316691.
HSL color Cylindrical-coordinate representation of color #5332CB: hue angle of 252.94º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5332CB is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 50 | 203 | - |
| CMYK | 0.59 | 0.75 | 0 | 0.20 |
| HSL | 252.94º | 0.6% | 0.5% | - |
| HSV(B) | 252.94º | 0.75% | 0.8% | - |
| XYZ | 15.49 | 8.43 | 57.31 | - |
| YUV | 77.31 | 198.93 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 50 | 203 | 0.59 | 0.75 | 0 | 0.20 | 252.94 | 0.6 | 0.5 |
| Hex | 53 | 32 | CB | 3B | 4B | 0 | 14 | FD | 3C | 32 |
| Octal | 123 | 62 | 313 | 73 | 113 | 0 | 24 | 375 | 74 | 62 |
| Binary | 1010011 | 110010 | 11001011 | 111011 | 1001011 | 0 | 10100 | 11111101 | 111100 | 110010 |
Color Harmonies of #5332CB
Complementary color
Monochromatic Colors of #5332CB
Black with #5332CB
Text Example
Text Example
White with #5332CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5332CB; }
p { color: rgb(83,50,203); }
H1.HeaderClassName
{
color: #5332CB;
}
.AnyTagClassName
{
color: #5332CB;
}
</style>
background-color css
<style>
a { background-color: #5332CB; }
a { background-color: rgb(83,50,203); }
div.DivClassName
{
background-color: #5332CB;
}
.BgClassName
{
background-color: #5332CB;
}
</style>
border-color css
<style>
span { border-color: #5332CB; }
span { border-color: rgb(83,50,203); }
td.TdClassName
{
border-color: #5332CB;
}
.TagClassName
{
border-color: #5332CB;
}
</style>