Shades of Purple Heart #533DB5
Tints of Purple Heart #533DB5
RGB
CMYK
RGB Variations
Color information
#533DB5 (or 0x533DB5) is known color: Purple Heart. HEX triplet: 53, 3D and B5. RGB value is (83,61,181). Sum of RGB (Red+Green+Blue) = 83+61+181=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 61 (24.22% from 255 or 18.77% from 325); Blue value is 181 (71.09% from 255 or 55.69% from 325); Max value from RGB is 181 - color contains mainly: blue. Hex color #533DB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533DB5 is #ACC24A. Grayscale: #505050. Windows color (decimal): -11321931 or 11877715. OLE color: 11877715.
HSL color Cylindrical-coordinate representation of color #533DB5: hue angle of 251º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #533DB5 is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 61 | 181 | - |
| CMYK | 0.54 | 0.66 | 0 | 0.29 |
| HSL | 251º | 0.5% | 0.47% | - |
| HSV(B) | 251º | 0.66% | 0.71% | - |
| XYZ | 13.58 | 8.51 | 44.64 | - |
| YUV | 81.26 | 184.29 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 61 | 181 | 0.54 | 0.66 | 0 | 0.29 | 251 | 0.5 | 0.47 |
| Hex | 53 | 3D | B5 | 36 | 42 | 0 | 1D | FB | 32 | 2F |
| Octal | 123 | 75 | 265 | 66 | 102 | 0 | 35 | 373 | 62 | 57 |
| Binary | 1010011 | 111101 | 10110101 | 110110 | 1000010 | 0 | 11101 | 11111011 | 110010 | 101111 |
Color Harmonies of #533DB5
Complementary color
Monochromatic Colors of #533DB5
Black with #533DB5
Text Example
Text Example
White with #533DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533DB5; }
p { color: rgb(83,61,181); }
H1.HeaderClassName
{
color: #533DB5;
}
.AnyTagClassName
{
color: #533DB5;
}
</style>
background-color css
<style>
a { background-color: #533DB5; }
a { background-color: rgb(83,61,181); }
div.DivClassName
{
background-color: #533DB5;
}
.BgClassName
{
background-color: #533DB5;
}
</style>
border-color css
<style>
span { border-color: #533DB5; }
span { border-color: rgb(83,61,181); }
td.TdClassName
{
border-color: #533DB5;
}
.TagClassName
{
border-color: #533DB5;
}
</style>