Shades of Purple Heart #5333CB
Tints of Purple Heart #5333CB
RGB
CMYK
RGB Variations
Color information
#5333CB (or 0x5333CB) is known color: Purple Heart. HEX triplet: 53, 33 and CB. RGB value is (83,51,203). Sum of RGB (Red+Green+Blue) = 83+51+203=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 203 (79.69% from 255 or 60.24% from 337); Max value from RGB is 203 - color contains mainly: blue. Hex color #5333CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5333CB is #ACCC34. Grayscale: #4D4D4D. Windows color (decimal): -11324469 or 13316947. OLE color: 13316947.
HSL color Cylindrical-coordinate representation of color #5333CB: hue angle of 252.63º 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 #5333CB is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 51 | 203 | - |
| CMYK | 0.59 | 0.75 | 0 | 0.20 |
| HSL | 252.63º | 0.6% | 0.5% | - |
| HSV(B) | 252.63º | 0.75% | 0.8% | - |
| XYZ | 15.53 | 8.52 | 57.33 | - |
| YUV | 77.9 | 198.6 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 51 | 203 | 0.59 | 0.75 | 0 | 0.20 | 252.63 | 0.6 | 0.5 |
| Hex | 53 | 33 | CB | 3B | 4B | 0 | 14 | FD | 3C | 32 |
| Octal | 123 | 63 | 313 | 73 | 113 | 0 | 24 | 375 | 74 | 62 |
| Binary | 1010011 | 110011 | 11001011 | 111011 | 1001011 | 0 | 10100 | 11111101 | 111100 | 110010 |
Color Harmonies of #5333CB
Complementary color
Monochromatic Colors of #5333CB
Black with #5333CB
Text Example
Text Example
White with #5333CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5333CB; }
p { color: rgb(83,51,203); }
H1.HeaderClassName
{
color: #5333CB;
}
.AnyTagClassName
{
color: #5333CB;
}
</style>
background-color css
<style>
a { background-color: #5333CB; }
a { background-color: rgb(83,51,203); }
div.DivClassName
{
background-color: #5333CB;
}
.BgClassName
{
background-color: #5333CB;
}
</style>
border-color css
<style>
span { border-color: #5333CB; }
span { border-color: rgb(83,51,203); }
td.TdClassName
{
border-color: #5333CB;
}
.TagClassName
{
border-color: #5333CB;
}
</style>