Shades of Purple Heart #530FAB
Tints of Purple Heart #530FAB
RGB
CMYK
RGB Variations
Color information
#530FAB (or 0x530FAB) is known color: Purple Heart. HEX triplet: 53, 0F and AB. RGB value is (83,15,171). Sum of RGB (Red+Green+Blue) = 83+15+171=269 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.86% from 269); Green value is 15 (6.25% from 255 or 5.58% from 269); Blue value is 171 (67.19% from 255 or 63.57% from 269); Max value from RGB is 171 - color contains mainly: blue. Hex color #530FAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530FAB is #ACF054. Grayscale: #343434. Windows color (decimal): -11333717 or 11210579. OLE color: 11210579.
HSL color Cylindrical-coordinate representation of color #530FAB: hue angle of 266.15º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #530FAB is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 15 | 171 | - |
| CMYK | 0.51 | 0.91 | 0 | 0.33 |
| HSL | 266.15º | 0.84% | 0.36% | - |
| HSV(B) | 266.15º | 0.91% | 0.67% | - |
| XYZ | 11.09 | 5.12 | 38.93 | - |
| YUV | 53.12 | 194.53 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 15 | 171 | 0.51 | 0.91 | 0 | 0.33 | 266.15 | 0.84 | 0.36 |
| Hex | 53 | F | AB | 33 | 5B | 0 | 21 | 10A | 54 | 24 |
| Octal | 123 | 17 | 253 | 63 | 133 | 0 | 41 | 412 | 124 | 44 |
| Binary | 1010011 | 1111 | 10101011 | 110011 | 1011011 | 0 | 100001 | 100001010 | 1010100 | 100100 |
Color Harmonies of #530FAB
Complementary color
Monochromatic Colors of #530FAB
Black with #530FAB
Text Example
Text Example
White with #530FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530FAB; }
p { color: rgb(83,15,171); }
H1.HeaderClassName
{
color: #530FAB;
}
.AnyTagClassName
{
color: #530FAB;
}
</style>
background-color css
<style>
a { background-color: #530FAB; }
a { background-color: rgb(83,15,171); }
div.DivClassName
{
background-color: #530FAB;
}
.BgClassName
{
background-color: #530FAB;
}
</style>
border-color css
<style>
span { border-color: #530FAB; }
span { border-color: rgb(83,15,171); }
td.TdClassName
{
border-color: #530FAB;
}
.TagClassName
{
border-color: #530FAB;
}
</style>