Shades of Purple Heart #533BBC
Tints of Purple Heart #533BBC
RGB
CMYK
RGB Variations
Color information
#533BBC (or 0x533BBC) is known color: Purple Heart. HEX triplet: 53, 3B and BC. RGB value is (83,59,188). Sum of RGB (Red+Green+Blue) = 83+59+188=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #533BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533BBC is #ACC443. Grayscale: #505050. Windows color (decimal): -11322436 or 12335955. OLE color: 12335955.
HSL color Cylindrical-coordinate representation of color #533BBC: hue angle of 251.16º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #533BBC is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 59 | 188 | - |
| CMYK | 0.56 | 0.69 | 0 | 0.26 |
| HSL | 251.16º | 0.52% | 0.48% | - |
| HSV(B) | 251.16º | 0.69% | 0.74% | - |
| XYZ | 14.21 | 8.6 | 48.49 | - |
| YUV | 80.88 | 188.45 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 59 | 188 | 0.56 | 0.69 | 0 | 0.26 | 251.16 | 0.52 | 0.48 |
| Hex | 53 | 3B | BC | 38 | 45 | 0 | 1A | FB | 34 | 30 |
| Octal | 123 | 73 | 274 | 70 | 105 | 0 | 32 | 373 | 64 | 60 |
| Binary | 1010011 | 111011 | 10111100 | 111000 | 1000101 | 0 | 11010 | 11111011 | 110100 | 110000 |
Color Harmonies of #533BBC
Complementary color
Monochromatic Colors of #533BBC
Black with #533BBC
Text Example
Text Example
White with #533BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533BBC; }
p { color: rgb(83,59,188); }
H1.HeaderClassName
{
color: #533BBC;
}
.AnyTagClassName
{
color: #533BBC;
}
</style>
background-color css
<style>
a { background-color: #533BBC; }
a { background-color: rgb(83,59,188); }
div.DivClassName
{
background-color: #533BBC;
}
.BgClassName
{
background-color: #533BBC;
}
</style>
border-color css
<style>
span { border-color: #533BBC; }
span { border-color: rgb(83,59,188); }
td.TdClassName
{
border-color: #533BBC;
}
.TagClassName
{
border-color: #533BBC;
}
</style>