Shades of Purple Heart #612DAC
Tints of Purple Heart #612DAC
RGB
CMYK
RGB Variations
Color information
#612DAC (or 0x612DAC) is known color: Purple Heart. HEX triplet: 61, 2D and AC. RGB value is (97,45,172). Sum of RGB (Red+Green+Blue) = 97+45+172=314 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.89% from 314); Green value is 45 (17.97% from 255 or 14.33% from 314); Blue value is 172 (67.58% from 255 or 54.78% from 314); Max value from RGB is 172 - color contains mainly: blue. Hex color #612DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612DAC is #9ED253. Grayscale: #4A4A4A. Windows color (decimal): -10408532 or 11283809. OLE color: 11283809.
HSL color Cylindrical-coordinate representation of color #612DAC: hue angle of 264.57º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #612DAC is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 45 | 172 | - |
| CMYK | 0.44 | 0.74 | 0 | 0.33 |
| HSL | 264.57º | 0.59% | 0.43% | - |
| HSV(B) | 264.57º | 0.74% | 0.67% | - |
| XYZ | 13.31 | 7.4 | 39.76 | - |
| YUV | 75.03 | 182.73 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 45 | 172 | 0.44 | 0.74 | 0 | 0.33 | 264.57 | 0.59 | 0.43 |
| Hex | 61 | 2D | AC | 2C | 4A | 0 | 21 | 109 | 3B | 2B |
| Octal | 141 | 55 | 254 | 54 | 112 | 0 | 41 | 411 | 73 | 53 |
| Binary | 1100001 | 101101 | 10101100 | 101100 | 1001010 | 0 | 100001 | 100001001 | 111011 | 101011 |
Color Harmonies of #612DAC
Complementary color
Monochromatic Colors of #612DAC
Black with #612DAC
Text Example
Text Example
White with #612DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612DAC; }
p { color: rgb(97,45,172); }
H1.HeaderClassName
{
color: #612DAC;
}
.AnyTagClassName
{
color: #612DAC;
}
</style>
background-color css
<style>
a { background-color: #612DAC; }
a { background-color: rgb(97,45,172); }
div.DivClassName
{
background-color: #612DAC;
}
.BgClassName
{
background-color: #612DAC;
}
</style>
border-color css
<style>
span { border-color: #612DAC; }
span { border-color: rgb(97,45,172); }
td.TdClassName
{
border-color: #612DAC;
}
.TagClassName
{
border-color: #612DAC;
}
</style>