Shades of Purple Heart #533DB2
Tints of Purple Heart #533DB2
RGB
CMYK
RGB Variations
Color information
#533DB2 (or 0x533DB2) is known color: Purple Heart. HEX triplet: 53, 3D and B2. RGB value is (83,61,178). Sum of RGB (Red+Green+Blue) = 83+61+178=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 61 (24.22% from 255 or 18.94% from 322); Blue value is 178 (69.92% from 255 or 55.28% from 322); Max value from RGB is 178 - color contains mainly: blue. Hex color #533DB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533DB2 is #ACC24D. Grayscale: #505050. Windows color (decimal): -11321934 or 11681107. OLE color: 11681107.
HSL color Cylindrical-coordinate representation of color #533DB2: hue angle of 251.28º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #533DB2 is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 83 | 61 | 178 | - |
| CMYK | 0.53 | 0.66 | 0 | 0.30 |
| HSL | 251.28º | 0.49% | 0.47% | - |
| HSV(B) | 251.28º | 0.66% | 0.7% | - |
| XYZ | 13.27 | 8.39 | 43.04 | - |
| YUV | 80.92 | 182.79 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 61 | 178 | 0.53 | 0.66 | 0 | 0.30 | 251.28 | 0.49 | 0.47 |
| Hex | 53 | 3D | B2 | 35 | 42 | 0 | 1E | FB | 31 | 2F |
| Octal | 123 | 75 | 262 | 65 | 102 | 0 | 36 | 373 | 61 | 57 |
| Binary | 1010011 | 111101 | 10110010 | 110101 | 1000010 | 0 | 11110 | 11111011 | 110001 | 101111 |
Color Harmonies of #533DB2
Complementary color
Monochromatic Colors of #533DB2
Black with #533DB2
Text Example
Text Example
White with #533DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533DB2; }
p { color: rgb(83,61,178); }
H1.HeaderClassName
{
color: #533DB2;
}
.AnyTagClassName
{
color: #533DB2;
}
</style>
background-color css
<style>
a { background-color: #533DB2; }
a { background-color: rgb(83,61,178); }
div.DivClassName
{
background-color: #533DB2;
}
.BgClassName
{
background-color: #533DB2;
}
</style>
border-color css
<style>
span { border-color: #533DB2; }
span { border-color: rgb(83,61,178); }
td.TdClassName
{
border-color: #533DB2;
}
.TagClassName
{
border-color: #533DB2;
}
</style>