Shades of Purple Heart #533EBA
Tints of Purple Heart #533EBA
RGB
CMYK
RGB Variations
Color information
#533EBA (or 0x533EBA) is known color: Purple Heart. HEX triplet: 53, 3E and BA. RGB value is (83,62,186). Sum of RGB (Red+Green+Blue) = 83+62+186=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 62 (24.61% from 255 or 18.73% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #533EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533EBA is #ACC145. Grayscale: #515151. Windows color (decimal): -11321670 or 12205651. OLE color: 12205651.
HSL color Cylindrical-coordinate representation of color #533EBA: hue angle of 250.16º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #533EBA is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 62 | 186 | - |
| CMYK | 0.55 | 0.67 | 0 | 0.27 |
| HSL | 250.16º | 0.5% | 0.49% | - |
| HSV(B) | 250.16º | 0.67% | 0.73% | - |
| XYZ | 14.15 | 8.83 | 47.41 | - |
| YUV | 82.42 | 186.46 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 62 | 186 | 0.55 | 0.67 | 0 | 0.27 | 250.16 | 0.5 | 0.49 |
| Hex | 53 | 3E | BA | 37 | 43 | 0 | 1B | FA | 32 | 31 |
| Octal | 123 | 76 | 272 | 67 | 103 | 0 | 33 | 372 | 62 | 61 |
| Binary | 1010011 | 111110 | 10111010 | 110111 | 1000011 | 0 | 11011 | 11111010 | 110010 | 110001 |
Color Harmonies of #533EBA
Complementary color
Monochromatic Colors of #533EBA
Black with #533EBA
Text Example
Text Example
White with #533EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533EBA; }
p { color: rgb(83,62,186); }
H1.HeaderClassName
{
color: #533EBA;
}
.AnyTagClassName
{
color: #533EBA;
}
</style>
background-color css
<style>
a { background-color: #533EBA; }
a { background-color: rgb(83,62,186); }
div.DivClassName
{
background-color: #533EBA;
}
.BgClassName
{
background-color: #533EBA;
}
</style>
border-color css
<style>
span { border-color: #533EBA; }
span { border-color: rgb(83,62,186); }
td.TdClassName
{
border-color: #533EBA;
}
.TagClassName
{
border-color: #533EBA;
}
</style>