Shades of Purple Heart #533BD8
Tints of Purple Heart #533BD8
RGB
CMYK
RGB Variations
Color information
#533BD8 (or 0x533BD8) is known color: Purple Heart. HEX triplet: 53, 3B and D8. RGB value is (83,59,216). Sum of RGB (Red+Green+Blue) = 83+59+216=358 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.18% from 358); Green value is 59 (23.44% from 255 or 16.48% from 358); Blue value is 216 (84.77% from 255 or 60.34% from 358); Max value from RGB is 216 - color contains mainly: blue. Hex color #533BD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533BD8 is #ACC427. Grayscale: #535353. Windows color (decimal): -11322408 or 14170963. OLE color: 14170963.
HSL color Cylindrical-coordinate representation of color #533BD8: hue angle of 249.17º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #533BD8 is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 59 | 216 | - |
| CMYK | 0.62 | 0.73 | 0 | 0.15 |
| HSL | 249.17º | 0.67% | 0.54% | - |
| HSV(B) | 249.17º | 0.73% | 0.85% | - |
| XYZ | 17.53 | 9.92 | 65.96 | - |
| YUV | 84.07 | 202.45 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 59 | 216 | 0.62 | 0.73 | 0 | 0.15 | 249.17 | 0.67 | 0.54 |
| Hex | 53 | 3B | D8 | 3E | 49 | 0 | F | F9 | 43 | 36 |
| Octal | 123 | 73 | 330 | 76 | 111 | 0 | 17 | 371 | 103 | 66 |
| Binary | 1010011 | 111011 | 11011000 | 111110 | 1001001 | 0 | 1111 | 11111001 | 1000011 | 110110 |
Color Harmonies of #533BD8
Complementary color
Monochromatic Colors of #533BD8
Black with #533BD8
Text Example
Text Example
White with #533BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533BD8; }
p { color: rgb(83,59,216); }
H1.HeaderClassName
{
color: #533BD8;
}
.AnyTagClassName
{
color: #533BD8;
}
</style>
background-color css
<style>
a { background-color: #533BD8; }
a { background-color: rgb(83,59,216); }
div.DivClassName
{
background-color: #533BD8;
}
.BgClassName
{
background-color: #533BD8;
}
</style>
border-color css
<style>
span { border-color: #533BD8; }
span { border-color: rgb(83,59,216); }
td.TdClassName
{
border-color: #533BD8;
}
.TagClassName
{
border-color: #533BD8;
}
</style>