Shades of Purple Heart #533BBB
Tints of Purple Heart #533BBB
RGB
CMYK
RGB Variations
Color information
#533BBB (or 0x533BBB) is known color: Purple Heart. HEX triplet: 53, 3B and BB. RGB value is (83,59,187). Sum of RGB (Red+Green+Blue) = 83+59+187=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 187 (73.44% from 255 or 56.84% from 329); Max value from RGB is 187 - color contains mainly: blue. Hex color #533BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533BBB is #ACC444. Grayscale: #505050. Windows color (decimal): -11322437 or 12270419. OLE color: 12270419.
HSL color Cylindrical-coordinate representation of color #533BBB: hue angle of 251.25º degrees, saturation: 0.52, 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 #533BBB is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 59 | 187 | - |
| CMYK | 0.56 | 0.68 | 0 | 0.27 |
| HSL | 251.25º | 0.52% | 0.48% | - |
| HSV(B) | 251.25º | 0.68% | 0.73% | - |
| XYZ | 14.1 | 8.55 | 47.92 | - |
| YUV | 80.77 | 187.95 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 59 | 187 | 0.56 | 0.68 | 0 | 0.27 | 251.25 | 0.52 | 0.48 |
| Hex | 53 | 3B | BB | 38 | 44 | 0 | 1B | FB | 34 | 30 |
| Octal | 123 | 73 | 273 | 70 | 104 | 0 | 33 | 373 | 64 | 60 |
| Binary | 1010011 | 111011 | 10111011 | 111000 | 1000100 | 0 | 11011 | 11111011 | 110100 | 110000 |
Color Harmonies of #533BBB
Complementary color
Monochromatic Colors of #533BBB
Black with #533BBB
Text Example
Text Example
White with #533BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533BBB; }
p { color: rgb(83,59,187); }
H1.HeaderClassName
{
color: #533BBB;
}
.AnyTagClassName
{
color: #533BBB;
}
</style>
background-color css
<style>
a { background-color: #533BBB; }
a { background-color: rgb(83,59,187); }
div.DivClassName
{
background-color: #533BBB;
}
.BgClassName
{
background-color: #533BBB;
}
</style>
border-color css
<style>
span { border-color: #533BBB; }
span { border-color: rgb(83,59,187); }
td.TdClassName
{
border-color: #533BBB;
}
.TagClassName
{
border-color: #533BBB;
}
</style>