Shades of Purple Heart #533BD5
Tints of Purple Heart #533BD5
RGB
CMYK
RGB Variations
Color information
#533BD5 (or 0x533BD5) is known color: Purple Heart. HEX triplet: 53, 3B and D5. RGB value is (83,59,213). Sum of RGB (Red+Green+Blue) = 83+59+213=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 59 (23.44% from 255 or 16.62% from 355); Blue value is 213 (83.59% from 255 or 60% from 355); Max value from RGB is 213 - color contains mainly: blue. Hex color #533BD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533BD5 is #ACC42A. Grayscale: #535353. Windows color (decimal): -11322411 or 13974355. OLE color: 13974355.
HSL color Cylindrical-coordinate representation of color #533BD5: hue angle of 249.35º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #533BD5 is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 59 | 213 | - |
| CMYK | 0.61 | 0.72 | 0 | 0.16 |
| HSL | 249.35º | 0.65% | 0.53% | - |
| HSV(B) | 249.35º | 0.72% | 0.84% | - |
| XYZ | 17.14 | 9.77 | 63.93 | - |
| YUV | 83.73 | 200.95 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 59 | 213 | 0.61 | 0.72 | 0 | 0.16 | 249.35 | 0.65 | 0.53 |
| Hex | 53 | 3B | D5 | 3D | 48 | 0 | 10 | F9 | 41 | 35 |
| Octal | 123 | 73 | 325 | 75 | 110 | 0 | 20 | 371 | 101 | 65 |
| Binary | 1010011 | 111011 | 11010101 | 111101 | 1001000 | 0 | 10000 | 11111001 | 1000001 | 110101 |
Color Harmonies of #533BD5
Complementary color
Monochromatic Colors of #533BD5
Black with #533BD5
Text Example
Text Example
White with #533BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533BD5; }
p { color: rgb(83,59,213); }
H1.HeaderClassName
{
color: #533BD5;
}
.AnyTagClassName
{
color: #533BD5;
}
</style>
background-color css
<style>
a { background-color: #533BD5; }
a { background-color: rgb(83,59,213); }
div.DivClassName
{
background-color: #533BD5;
}
.BgClassName
{
background-color: #533BD5;
}
</style>
border-color css
<style>
span { border-color: #533BD5; }
span { border-color: rgb(83,59,213); }
td.TdClassName
{
border-color: #533BD5;
}
.TagClassName
{
border-color: #533BD5;
}
</style>