Shades of Purple Heart #530DAC
Tints of Purple Heart #530DAC
RGB
CMYK
RGB Variations
Color information
#530DAC (or 0x530DAC) is known color: Purple Heart. HEX triplet: 53, 0D and AC. RGB value is (83,13,172). Sum of RGB (Red+Green+Blue) = 83+13+172=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 172 (67.58% from 255 or 64.18% from 268); Max value from RGB is 172 - color contains mainly: blue. Hex color #530DAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530DAC is #ACF253. Grayscale: #333333. Windows color (decimal): -11334228 or 11275603. OLE color: 11275603.
HSL color Cylindrical-coordinate representation of color #530DAC: hue angle of 266.42º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #530DAC is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 13 | 172 | - |
| CMYK | 0.52 | 0.92 | 0 | 0.33 |
| HSL | 266.42º | 0.86% | 0.36% | - |
| HSV(B) | 266.42º | 0.92% | 0.67% | - |
| XYZ | 11.16 | 5.11 | 39.43 | - |
| YUV | 52.06 | 195.69 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 13 | 172 | 0.52 | 0.92 | 0 | 0.33 | 266.42 | 0.86 | 0.36 |
| Hex | 53 | D | AC | 34 | 5C | 0 | 21 | 10A | 56 | 24 |
| Octal | 123 | 15 | 254 | 64 | 134 | 0 | 41 | 412 | 126 | 44 |
| Binary | 1010011 | 1101 | 10101100 | 110100 | 1011100 | 0 | 100001 | 100001010 | 1010110 | 100100 |
Color Harmonies of #530DAC
Complementary color
Monochromatic Colors of #530DAC
Black with #530DAC
Text Example
Text Example
White with #530DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530DAC; }
p { color: rgb(83,13,172); }
H1.HeaderClassName
{
color: #530DAC;
}
.AnyTagClassName
{
color: #530DAC;
}
</style>
background-color css
<style>
a { background-color: #530DAC; }
a { background-color: rgb(83,13,172); }
div.DivClassName
{
background-color: #530DAC;
}
.BgClassName
{
background-color: #530DAC;
}
</style>
border-color css
<style>
span { border-color: #530DAC; }
span { border-color: rgb(83,13,172); }
td.TdClassName
{
border-color: #530DAC;
}
.TagClassName
{
border-color: #530DAC;
}
</style>