Shades of Purple Heart #533CBB
Tints of Purple Heart #533CBB
RGB
CMYK
RGB Variations
Color information
#533CBB (or 0x533CBB) is known color: Purple Heart. HEX triplet: 53, 3C and BB. RGB value is (83,60,187). Sum of RGB (Red+Green+Blue) = 83+60+187=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 187 (73.44% from 255 or 56.67% from 330); Max value from RGB is 187 - color contains mainly: blue. Hex color #533CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533CBB is #ACC344. Grayscale: #505050. Windows color (decimal): -11322181 or 12270675. OLE color: 12270675.
HSL color Cylindrical-coordinate representation of color #533CBB: hue angle of 250.87º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #533CBB is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 60 | 187 | - |
| CMYK | 0.56 | 0.68 | 0 | 0.27 |
| HSL | 250.87º | 0.51% | 0.48% | - |
| HSV(B) | 250.87º | 0.68% | 0.73% | - |
| XYZ | 14.15 | 8.66 | 47.94 | - |
| YUV | 81.36 | 187.62 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 60 | 187 | 0.56 | 0.68 | 0 | 0.27 | 250.87 | 0.51 | 0.48 |
| Hex | 53 | 3C | BB | 38 | 44 | 0 | 1B | FB | 33 | 30 |
| Octal | 123 | 74 | 273 | 70 | 104 | 0 | 33 | 373 | 63 | 60 |
| Binary | 1010011 | 111100 | 10111011 | 111000 | 1000100 | 0 | 11011 | 11111011 | 110011 | 110000 |
Color Harmonies of #533CBB
Complementary color
Monochromatic Colors of #533CBB
Black with #533CBB
Text Example
Text Example
White with #533CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533CBB; }
p { color: rgb(83,60,187); }
H1.HeaderClassName
{
color: #533CBB;
}
.AnyTagClassName
{
color: #533CBB;
}
</style>
background-color css
<style>
a { background-color: #533CBB; }
a { background-color: rgb(83,60,187); }
div.DivClassName
{
background-color: #533CBB;
}
.BgClassName
{
background-color: #533CBB;
}
</style>
border-color css
<style>
span { border-color: #533CBB; }
span { border-color: rgb(83,60,187); }
td.TdClassName
{
border-color: #533CBB;
}
.TagClassName
{
border-color: #533CBB;
}
</style>