Shades of Purple Heart #533EBC
Tints of Purple Heart #533EBC
RGB
CMYK
RGB Variations
Color information
#533EBC (or 0x533EBC) is known color: Purple Heart. HEX triplet: 53, 3E and BC. RGB value is (83,62,188). Sum of RGB (Red+Green+Blue) = 83+62+188=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 62 (24.61% from 255 or 18.62% from 333); Blue value is 188 (73.83% from 255 or 56.46% from 333); Max value from RGB is 188 - color contains mainly: blue. Hex color #533EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533EBC is #ACC143. Grayscale: #525252. Windows color (decimal): -11321668 or 12336723. OLE color: 12336723.
HSL color Cylindrical-coordinate representation of color #533EBC: hue angle of 250º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #533EBC is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 62 | 188 | - |
| CMYK | 0.56 | 0.67 | 0 | 0.26 |
| HSL | 250º | 0.5% | 0.49% | - |
| HSV(B) | 250º | 0.67% | 0.74% | - |
| XYZ | 14.37 | 8.92 | 48.54 | - |
| YUV | 82.64 | 187.46 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 62 | 188 | 0.56 | 0.67 | 0 | 0.26 | 250 | 0.5 | 0.49 |
| Hex | 53 | 3E | BC | 38 | 43 | 0 | 1A | FA | 32 | 31 |
| Octal | 123 | 76 | 274 | 70 | 103 | 0 | 32 | 372 | 62 | 61 |
| Binary | 1010011 | 111110 | 10111100 | 111000 | 1000011 | 0 | 11010 | 11111010 | 110010 | 110001 |
Color Harmonies of #533EBC
Complementary color
Monochromatic Colors of #533EBC
Black with #533EBC
Text Example
Text Example
White with #533EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533EBC; }
p { color: rgb(83,62,188); }
H1.HeaderClassName
{
color: #533EBC;
}
.AnyTagClassName
{
color: #533EBC;
}
</style>
background-color css
<style>
a { background-color: #533EBC; }
a { background-color: rgb(83,62,188); }
div.DivClassName
{
background-color: #533EBC;
}
.BgClassName
{
background-color: #533EBC;
}
</style>
border-color css
<style>
span { border-color: #533EBC; }
span { border-color: rgb(83,62,188); }
td.TdClassName
{
border-color: #533EBC;
}
.TagClassName
{
border-color: #533EBC;
}
</style>