Shades of Purple Heart #612CAA
Tints of Purple Heart #612CAA
RGB
CMYK
RGB Variations
Color information
#612CAA (or 0x612CAA) is known color: Purple Heart. HEX triplet: 61, 2C and AA. RGB value is (97,44,170). Sum of RGB (Red+Green+Blue) = 97+44+170=311 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.19% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 170 (66.80% from 255 or 54.66% from 311); Max value from RGB is 170 - color contains mainly: blue. Hex color #612CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612CAA is #9ED355. Grayscale: #494949. Windows color (decimal): -10408790 or 11152481. OLE color: 11152481.
HSL color Cylindrical-coordinate representation of color #612CAA: hue angle of 265.24º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #612CAA is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 44 | 170 | - |
| CMYK | 0.43 | 0.74 | 0 | 0.33 |
| HSL | 265.24º | 0.59% | 0.42% | - |
| HSV(B) | 265.24º | 0.74% | 0.67% | - |
| XYZ | 13.09 | 7.25 | 38.74 | - |
| YUV | 74.21 | 182.06 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 44 | 170 | 0.43 | 0.74 | 0 | 0.33 | 265.24 | 0.59 | 0.42 |
| Hex | 61 | 2C | AA | 2B | 4A | 0 | 21 | 109 | 3B | 2A |
| Octal | 141 | 54 | 252 | 53 | 112 | 0 | 41 | 411 | 73 | 52 |
| Binary | 1100001 | 101100 | 10101010 | 101011 | 1001010 | 0 | 100001 | 100001001 | 111011 | 101010 |
Color Harmonies of #612CAA
Complementary color
Monochromatic Colors of #612CAA
Black with #612CAA
Text Example
Text Example
White with #612CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612CAA; }
p { color: rgb(97,44,170); }
H1.HeaderClassName
{
color: #612CAA;
}
.AnyTagClassName
{
color: #612CAA;
}
</style>
background-color css
<style>
a { background-color: #612CAA; }
a { background-color: rgb(97,44,170); }
div.DivClassName
{
background-color: #612CAA;
}
.BgClassName
{
background-color: #612CAA;
}
</style>
border-color css
<style>
span { border-color: #612CAA; }
span { border-color: rgb(97,44,170); }
td.TdClassName
{
border-color: #612CAA;
}
.TagClassName
{
border-color: #612CAA;
}
</style>