Shades of Purple Heart #533AD5
Tints of Purple Heart #533AD5
RGB
CMYK
RGB Variations
Color information
#533AD5 (or 0x533AD5) is known color: Purple Heart. HEX triplet: 53, 3A and D5. RGB value is (83,58,213). Sum of RGB (Red+Green+Blue) = 83+58+213=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 58 (23.05% from 255 or 16.38% from 354); Blue value is 213 (83.59% from 255 or 60.17% from 354); Max value from RGB is 213 - color contains mainly: blue. Hex color #533AD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533AD5 is #ACC52A. Grayscale: #525252. Windows color (decimal): -11322667 or 13974099. OLE color: 13974099.
HSL color Cylindrical-coordinate representation of color #533AD5: hue angle of 249.68º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #533AD5 is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 58 | 213 | - |
| CMYK | 0.61 | 0.73 | 0 | 0.16 |
| HSL | 249.68º | 0.65% | 0.53% | - |
| HSV(B) | 249.68º | 0.73% | 0.84% | - |
| XYZ | 17.09 | 9.67 | 63.92 | - |
| YUV | 83.15 | 201.28 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 213 | 0.61 | 0.73 | 0 | 0.16 | 249.68 | 0.65 | 0.53 |
| Hex | 53 | 3A | D5 | 3D | 49 | 0 | 10 | FA | 41 | 35 |
| Octal | 123 | 72 | 325 | 75 | 111 | 0 | 20 | 372 | 101 | 65 |
| Binary | 1010011 | 111010 | 11010101 | 111101 | 1001001 | 0 | 10000 | 11111010 | 1000001 | 110101 |
Color Harmonies of #533AD5
Complementary color
Monochromatic Colors of #533AD5
Black with #533AD5
Text Example
Text Example
White with #533AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533AD5; }
p { color: rgb(83,58,213); }
H1.HeaderClassName
{
color: #533AD5;
}
.AnyTagClassName
{
color: #533AD5;
}
</style>
background-color css
<style>
a { background-color: #533AD5; }
a { background-color: rgb(83,58,213); }
div.DivClassName
{
background-color: #533AD5;
}
.BgClassName
{
background-color: #533AD5;
}
</style>
border-color css
<style>
span { border-color: #533AD5; }
span { border-color: rgb(83,58,213); }
td.TdClassName
{
border-color: #533AD5;
}
.TagClassName
{
border-color: #533AD5;
}
</style>