Shades of Purple Heart #530BAE
Tints of Purple Heart #530BAE
RGB
CMYK
RGB Variations
Color information
#530BAE (or 0x530BAE) is known color: Purple Heart. HEX triplet: 53, 0B and AE. RGB value is (83,11,174). Sum of RGB (Red+Green+Blue) = 83+11+174=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 174 (68.36% from 255 or 64.93% from 268); Max value from RGB is 174 - color contains mainly: blue. Hex color #530BAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530BAE is #ACF451. Grayscale: #323232. Windows color (decimal): -11334738 or 11406163. OLE color: 11406163.
HSL color Cylindrical-coordinate representation of color #530BAE: hue angle of 266.5º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530BAE is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 11 | 174 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.32 |
| HSL | 266.5º | 0.88% | 0.36% | - |
| HSV(B) | 266.5º | 0.94% | 0.68% | - |
| XYZ | 11.33 | 5.13 | 40.44 | - |
| YUV | 51.11 | 197.35 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 11 | 174 | 0.52 | 0.94 | 0 | 0.32 | 266.5 | 0.88 | 0.36 |
| Hex | 53 | B | AE | 34 | 5E | 0 | 20 | 10B | 58 | 24 |
| Octal | 123 | 13 | 256 | 64 | 136 | 0 | 40 | 413 | 130 | 44 |
| Binary | 1010011 | 1011 | 10101110 | 110100 | 1011110 | 0 | 100000 | 100001011 | 1011000 | 100100 |
Color Harmonies of #530BAE
Complementary color
Monochromatic Colors of #530BAE
Black with #530BAE
Text Example
Text Example
White with #530BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530BAE; }
p { color: rgb(83,11,174); }
H1.HeaderClassName
{
color: #530BAE;
}
.AnyTagClassName
{
color: #530BAE;
}
</style>
background-color css
<style>
a { background-color: #530BAE; }
a { background-color: rgb(83,11,174); }
div.DivClassName
{
background-color: #530BAE;
}
.BgClassName
{
background-color: #530BAE;
}
</style>
border-color css
<style>
span { border-color: #530BAE; }
span { border-color: rgb(83,11,174); }
td.TdClassName
{
border-color: #530BAE;
}
.TagClassName
{
border-color: #530BAE;
}
</style>