Shades of Purple Heart #533DBD
Tints of Purple Heart #533DBD
RGB
CMYK
RGB Variations
Color information
#533DBD (or 0x533DBD) is known color: Purple Heart. HEX triplet: 53, 3D and BD. RGB value is (83,61,189). Sum of RGB (Red+Green+Blue) = 83+61+189=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 189 (74.22% from 255 or 56.76% from 333); Max value from RGB is 189 - color contains mainly: blue. Hex color #533DBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533DBD is #ACC242. Grayscale: #515151. Windows color (decimal): -11321923 or 12402003. OLE color: 12402003.
HSL color Cylindrical-coordinate representation of color #533DBD: hue angle of 250.31º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #533DBD is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 61 | 189 | - |
| CMYK | 0.56 | 0.68 | 0 | 0.26 |
| HSL | 250.31º | 0.51% | 0.49% | - |
| HSV(B) | 250.31º | 0.68% | 0.74% | - |
| XYZ | 14.42 | 8.85 | 49.09 | - |
| YUV | 82.17 | 188.29 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 61 | 189 | 0.56 | 0.68 | 0 | 0.26 | 250.31 | 0.51 | 0.49 |
| Hex | 53 | 3D | BD | 38 | 44 | 0 | 1A | FA | 33 | 31 |
| Octal | 123 | 75 | 275 | 70 | 104 | 0 | 32 | 372 | 63 | 61 |
| Binary | 1010011 | 111101 | 10111101 | 111000 | 1000100 | 0 | 11010 | 11111010 | 110011 | 110001 |
Color Harmonies of #533DBD
Complementary color
Monochromatic Colors of #533DBD
Black with #533DBD
Text Example
Text Example
White with #533DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533DBD; }
p { color: rgb(83,61,189); }
H1.HeaderClassName
{
color: #533DBD;
}
.AnyTagClassName
{
color: #533DBD;
}
</style>
background-color css
<style>
a { background-color: #533DBD; }
a { background-color: rgb(83,61,189); }
div.DivClassName
{
background-color: #533DBD;
}
.BgClassName
{
background-color: #533DBD;
}
</style>
border-color css
<style>
span { border-color: #533DBD; }
span { border-color: rgb(83,61,189); }
td.TdClassName
{
border-color: #533DBD;
}
.TagClassName
{
border-color: #533DBD;
}
</style>