Shades of Purple Heart #533FBA
Tints of Purple Heart #533FBA
RGB
CMYK
RGB Variations
Color information
#533FBA (or 0x533FBA) is known color: Purple Heart. HEX triplet: 53, 3F and BA. RGB value is (83,63,186). Sum of RGB (Red+Green+Blue) = 83+63+186=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #533FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533FBA is #ACC045. Grayscale: #525252. Windows color (decimal): -11321414 or 12205907. OLE color: 12205907.
HSL color Cylindrical-coordinate representation of color #533FBA: hue angle of 249.76º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #533FBA is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 63 | 186 | - |
| CMYK | 0.55 | 0.66 | 0 | 0.27 |
| HSL | 249.76º | 0.49% | 0.49% | - |
| HSV(B) | 249.76º | 0.66% | 0.73% | - |
| XYZ | 14.21 | 8.94 | 47.43 | - |
| YUV | 83 | 186.13 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 63 | 186 | 0.55 | 0.66 | 0 | 0.27 | 249.76 | 0.49 | 0.49 |
| Hex | 53 | 3F | BA | 37 | 42 | 0 | 1B | FA | 31 | 31 |
| Octal | 123 | 77 | 272 | 67 | 102 | 0 | 33 | 372 | 61 | 61 |
| Binary | 1010011 | 111111 | 10111010 | 110111 | 1000010 | 0 | 11011 | 11111010 | 110001 | 110001 |
Color Harmonies of #533FBA
Complementary color
Monochromatic Colors of #533FBA
Black with #533FBA
Text Example
Text Example
White with #533FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533FBA; }
p { color: rgb(83,63,186); }
H1.HeaderClassName
{
color: #533FBA;
}
.AnyTagClassName
{
color: #533FBA;
}
</style>
background-color css
<style>
a { background-color: #533FBA; }
a { background-color: rgb(83,63,186); }
div.DivClassName
{
background-color: #533FBA;
}
.BgClassName
{
background-color: #533FBA;
}
</style>
border-color css
<style>
span { border-color: #533FBA; }
span { border-color: rgb(83,63,186); }
td.TdClassName
{
border-color: #533FBA;
}
.TagClassName
{
border-color: #533FBA;
}
</style>