Shades of Purple Heart #612AD4
Tints of Purple Heart #612AD4
RGB
CMYK
RGB Variations
Color information
#612AD4 (or 0x612AD4) is known color: Purple Heart. HEX triplet: 61, 2A and D4. RGB value is (97,42,212). Sum of RGB (Red+Green+Blue) = 97+42+212=351 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.64% from 351); Green value is 42 (16.80% from 255 or 11.97% from 351); Blue value is 212 (83.20% from 255 or 60.40% from 351); Max value from RGB is 212 - color contains mainly: blue. Hex color #612AD4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612AD4 is #9ED52B. Grayscale: #4D4D4D. Windows color (decimal): -10409260 or 13904481. OLE color: 13904481.
HSL color Cylindrical-coordinate representation of color #612AD4: hue angle of 259.41º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #612AD4 is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 97 | 42 | 212 | - |
| CMYK | 0.54 | 0.80 | 0 | 0.17 |
| HSL | 259.41º | 0.67% | 0.5% | - |
| HSV(B) | 259.41º | 0.8% | 0.83% | - |
| XYZ | 17.64 | 8.95 | 63.09 | - |
| YUV | 77.83 | 203.72 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 42 | 212 | 0.54 | 0.80 | 0 | 0.17 | 259.41 | 0.67 | 0.5 |
| Hex | 61 | 2A | D4 | 36 | 50 | 0 | 11 | 103 | 43 | 32 |
| Octal | 141 | 52 | 324 | 66 | 120 | 0 | 21 | 403 | 103 | 62 |
| Binary | 1100001 | 101010 | 11010100 | 110110 | 1010000 | 0 | 10001 | 100000011 | 1000011 | 110010 |
Color Harmonies of #612AD4
Complementary color
Monochromatic Colors of #612AD4
Black with #612AD4
Text Example
Text Example
White with #612AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612AD4; }
p { color: rgb(97,42,212); }
H1.HeaderClassName
{
color: #612AD4;
}
.AnyTagClassName
{
color: #612AD4;
}
</style>
background-color css
<style>
a { background-color: #612AD4; }
a { background-color: rgb(97,42,212); }
div.DivClassName
{
background-color: #612AD4;
}
.BgClassName
{
background-color: #612AD4;
}
</style>
border-color css
<style>
span { border-color: #612AD4; }
span { border-color: rgb(97,42,212); }
td.TdClassName
{
border-color: #612AD4;
}
.TagClassName
{
border-color: #612AD4;
}
</style>