Shades of Purple Heart #612AB7
Tints of Purple Heart #612AB7
RGB
CMYK
RGB Variations
Color information
#612AB7 (or 0x612AB7) is known color: Purple Heart. HEX triplet: 61, 2A and B7. RGB value is (97,42,183). Sum of RGB (Red+Green+Blue) = 97+42+183=322 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.12% from 322); Green value is 42 (16.80% from 255 or 13.04% from 322); Blue value is 183 (71.88% from 255 or 56.83% from 322); Max value from RGB is 183 - color contains mainly: blue. Hex color #612AB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612AB7 is #9ED548. Grayscale: #4A4A4A. Windows color (decimal): -10409289 or 12003937. OLE color: 12003937.
HSL color Cylindrical-coordinate representation of color #612AB7: hue angle of 263.4º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #612AB7 is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 97 | 42 | 183 | - |
| CMYK | 0.47 | 0.77 | 0 | 0.28 |
| HSL | 263.4º | 0.63% | 0.44% | - |
| HSV(B) | 263.4º | 0.77% | 0.72% | - |
| XYZ | 14.3 | 7.62 | 45.52 | - |
| YUV | 74.52 | 189.22 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 42 | 183 | 0.47 | 0.77 | 0 | 0.28 | 263.4 | 0.63 | 0.44 |
| Hex | 61 | 2A | B7 | 2F | 4D | 0 | 1C | 107 | 3F | 2C |
| Octal | 141 | 52 | 267 | 57 | 115 | 0 | 34 | 407 | 77 | 54 |
| Binary | 1100001 | 101010 | 10110111 | 101111 | 1001101 | 0 | 11100 | 100000111 | 111111 | 101100 |
Color Harmonies of #612AB7
Complementary color
Monochromatic Colors of #612AB7
Black with #612AB7
Text Example
Text Example
White with #612AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612AB7; }
p { color: rgb(97,42,183); }
H1.HeaderClassName
{
color: #612AB7;
}
.AnyTagClassName
{
color: #612AB7;
}
</style>
background-color css
<style>
a { background-color: #612AB7; }
a { background-color: rgb(97,42,183); }
div.DivClassName
{
background-color: #612AB7;
}
.BgClassName
{
background-color: #612AB7;
}
</style>
border-color css
<style>
span { border-color: #612AB7; }
span { border-color: rgb(97,42,183); }
td.TdClassName
{
border-color: #612AB7;
}
.TagClassName
{
border-color: #612AB7;
}
</style>