Shades of Purple Heart #530FAC
Tints of Purple Heart #530FAC
RGB
CMYK
RGB Variations
Color information
#530FAC (or 0x530FAC) is known color: Purple Heart. HEX triplet: 53, 0F and AC. RGB value is (83,15,172). Sum of RGB (Red+Green+Blue) = 83+15+172=270 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.74% from 270); Green value is 15 (6.25% from 255 or 5.56% from 270); Blue value is 172 (67.58% from 255 or 63.70% from 270); Max value from RGB is 172 - color contains mainly: blue. Hex color #530FAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530FAC is #ACF053. Grayscale: #343434. Windows color (decimal): -11333716 or 11276115. OLE color: 11276115.
HSL color Cylindrical-coordinate representation of color #530FAC: hue angle of 265.99º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #530FAC is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 15 | 172 | - |
| CMYK | 0.52 | 0.91 | 0 | 0.33 |
| HSL | 265.99º | 0.84% | 0.37% | - |
| HSV(B) | 265.99º | 0.91% | 0.67% | - |
| XYZ | 11.18 | 5.16 | 39.44 | - |
| YUV | 53.23 | 195.03 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 15 | 172 | 0.52 | 0.91 | 0 | 0.33 | 265.99 | 0.84 | 0.37 |
| Hex | 53 | F | AC | 34 | 5B | 0 | 21 | 10A | 54 | 25 |
| Octal | 123 | 17 | 254 | 64 | 133 | 0 | 41 | 412 | 124 | 45 |
| Binary | 1010011 | 1111 | 10101100 | 110100 | 1011011 | 0 | 100001 | 100001010 | 1010100 | 100101 |
Color Harmonies of #530FAC
Complementary color
Monochromatic Colors of #530FAC
Black with #530FAC
Text Example
Text Example
White with #530FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530FAC; }
p { color: rgb(83,15,172); }
H1.HeaderClassName
{
color: #530FAC;
}
.AnyTagClassName
{
color: #530FAC;
}
</style>
background-color css
<style>
a { background-color: #530FAC; }
a { background-color: rgb(83,15,172); }
div.DivClassName
{
background-color: #530FAC;
}
.BgClassName
{
background-color: #530FAC;
}
</style>
border-color css
<style>
span { border-color: #530FAC; }
span { border-color: rgb(83,15,172); }
td.TdClassName
{
border-color: #530FAC;
}
.TagClassName
{
border-color: #530FAC;
}
</style>