Shades of Purple Heart #533DBE
Tints of Purple Heart #533DBE
RGB
CMYK
RGB Variations
Color information
#533DBE (or 0x533DBE) is known color: Purple Heart. HEX triplet: 53, 3D and BE. RGB value is (83,61,190). Sum of RGB (Red+Green+Blue) = 83+61+190=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 61 (24.22% from 255 or 18.26% from 334); Blue value is 190 (74.61% from 255 or 56.89% from 334); Max value from RGB is 190 - color contains mainly: blue. Hex color #533DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533DBE is #ACC241. Grayscale: #515151. Windows color (decimal): -11321922 or 12467539. OLE color: 12467539.
HSL color Cylindrical-coordinate representation of color #533DBE: hue angle of 250.23º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #533DBE is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 61 | 190 | - |
| CMYK | 0.56 | 0.68 | 0 | 0.25 |
| HSL | 250.23º | 0.51% | 0.49% | - |
| HSV(B) | 250.23º | 0.68% | 0.75% | - |
| XYZ | 14.53 | 8.89 | 49.67 | - |
| YUV | 82.28 | 188.79 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 61 | 190 | 0.56 | 0.68 | 0 | 0.25 | 250.23 | 0.51 | 0.49 |
| Hex | 53 | 3D | BE | 38 | 44 | 0 | 19 | FA | 33 | 31 |
| Octal | 123 | 75 | 276 | 70 | 104 | 0 | 31 | 372 | 63 | 61 |
| Binary | 1010011 | 111101 | 10111110 | 111000 | 1000100 | 0 | 11001 | 11111010 | 110011 | 110001 |
Color Harmonies of #533DBE
Complementary color
Monochromatic Colors of #533DBE
Black with #533DBE
Text Example
Text Example
White with #533DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533DBE; }
p { color: rgb(83,61,190); }
H1.HeaderClassName
{
color: #533DBE;
}
.AnyTagClassName
{
color: #533DBE;
}
</style>
background-color css
<style>
a { background-color: #533DBE; }
a { background-color: rgb(83,61,190); }
div.DivClassName
{
background-color: #533DBE;
}
.BgClassName
{
background-color: #533DBE;
}
</style>
border-color css
<style>
span { border-color: #533DBE; }
span { border-color: rgb(83,61,190); }
td.TdClassName
{
border-color: #533DBE;
}
.TagClassName
{
border-color: #533DBE;
}
</style>