Shades of Purple Heart #5331CB
Tints of Purple Heart #5331CB
RGB
CMYK
RGB Variations
Color information
#5331CB (or 0x5331CB) is known color: Purple Heart. HEX triplet: 53, 31 and CB. RGB value is (83,49,203). Sum of RGB (Red+Green+Blue) = 83+49+203=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 49 (19.53% from 255 or 14.63% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #5331CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5331CB is #ACCE34. Grayscale: #4C4C4C. Windows color (decimal): -11324981 or 13316435. OLE color: 13316435.
HSL color Cylindrical-coordinate representation of color #5331CB: hue angle of 253.25º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5331CB is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 49 | 203 | - |
| CMYK | 0.59 | 0.76 | 0 | 0.20 |
| HSL | 253.25º | 0.61% | 0.49% | - |
| HSV(B) | 253.25º | 0.76% | 0.8% | - |
| XYZ | 15.45 | 8.35 | 57.3 | - |
| YUV | 76.72 | 199.26 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 49 | 203 | 0.59 | 0.76 | 0 | 0.20 | 253.25 | 0.61 | 0.49 |
| Hex | 53 | 31 | CB | 3B | 4C | 0 | 14 | FD | 3D | 31 |
| Octal | 123 | 61 | 313 | 73 | 114 | 0 | 24 | 375 | 75 | 61 |
| Binary | 1010011 | 110001 | 11001011 | 111011 | 1001100 | 0 | 10100 | 11111101 | 111101 | 110001 |
Color Harmonies of #5331CB
Complementary color
Monochromatic Colors of #5331CB
Black with #5331CB
Text Example
Text Example
White with #5331CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5331CB; }
p { color: rgb(83,49,203); }
H1.HeaderClassName
{
color: #5331CB;
}
.AnyTagClassName
{
color: #5331CB;
}
</style>
background-color css
<style>
a { background-color: #5331CB; }
a { background-color: rgb(83,49,203); }
div.DivClassName
{
background-color: #5331CB;
}
.BgClassName
{
background-color: #5331CB;
}
</style>
border-color css
<style>
span { border-color: #5331CB; }
span { border-color: rgb(83,49,203); }
td.TdClassName
{
border-color: #5331CB;
}
.TagClassName
{
border-color: #5331CB;
}
</style>