Shades of Purple Heart #533ADD
Tints of Purple Heart #533ADD
RGB
CMYK
RGB Variations
Color information
#533ADD (or 0x533ADD) is known color: Purple Heart. HEX triplet: 53, 3A and DD. RGB value is (83,58,221). Sum of RGB (Red+Green+Blue) = 83+58+221=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 58 (23.05% from 255 or 16.02% from 362); Blue value is 221 (86.72% from 255 or 61.05% from 362); Max value from RGB is 221 - color contains mainly: blue. Hex color #533ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533ADD is #ACC522. Grayscale: #535353. Windows color (decimal): -11322659 or 14498387. OLE color: 14498387.
HSL color Cylindrical-coordinate representation of color #533ADD: hue angle of 249.2º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #533ADD is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 58 | 221 | - |
| CMYK | 0.62 | 0.74 | 0 | 0.13 |
| HSL | 249.2º | 0.71% | 0.55% | - |
| HSV(B) | 249.2º | 0.74% | 0.87% | - |
| XYZ | 18.13 | 10.09 | 69.4 | - |
| YUV | 84.06 | 205.28 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 221 | 0.62 | 0.74 | 0 | 0.13 | 249.2 | 0.71 | 0.55 |
| Hex | 53 | 3A | DD | 3E | 4A | 0 | D | F9 | 47 | 37 |
| Octal | 123 | 72 | 335 | 76 | 112 | 0 | 15 | 371 | 107 | 67 |
| Binary | 1010011 | 111010 | 11011101 | 111110 | 1001010 | 0 | 1101 | 11111001 | 1000111 | 110111 |
Color Harmonies of #533ADD
Complementary color
Monochromatic Colors of #533ADD
Black with #533ADD
Text Example
Text Example
White with #533ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533ADD; }
p { color: rgb(83,58,221); }
H1.HeaderClassName
{
color: #533ADD;
}
.AnyTagClassName
{
color: #533ADD;
}
</style>
background-color css
<style>
a { background-color: #533ADD; }
a { background-color: rgb(83,58,221); }
div.DivClassName
{
background-color: #533ADD;
}
.BgClassName
{
background-color: #533ADD;
}
</style>
border-color css
<style>
span { border-color: #533ADD; }
span { border-color: rgb(83,58,221); }
td.TdClassName
{
border-color: #533ADD;
}
.TagClassName
{
border-color: #533ADD;
}
</style>