Shades of Purple Heart #612ACC
Tints of Purple Heart #612ACC
RGB
CMYK
RGB Variations
Color information
#612ACC (or 0x612ACC) is known color: Purple Heart. HEX triplet: 61, 2A and CC. RGB value is (97,42,204). Sum of RGB (Red+Green+Blue) = 97+42+204=343 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.28% from 343); Green value is 42 (16.80% from 255 or 12.24% from 343); Blue value is 204 (80.08% from 255 or 59.48% from 343); Max value from RGB is 204 - color contains mainly: blue. Hex color #612ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612ACC is #9ED533. Grayscale: #4C4C4C. Windows color (decimal): -10409268 or 13380193. OLE color: 13380193.
HSL color Cylindrical-coordinate representation of color #612ACC: hue angle of 260.37º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #612ACC is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 42 | 204 | - |
| CMYK | 0.52 | 0.79 | 0 | 0.2 |
| HSL | 260.37º | 0.66% | 0.48% | - |
| HSV(B) | 260.37º | 0.79% | 0.8% | - |
| XYZ | 16.66 | 8.56 | 57.9 | - |
| YUV | 76.91 | 199.72 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 42 | 204 | 0.52 | 0.79 | 0 | 0.2 | 260.37 | 0.66 | 0.48 |
| Hex | 61 | 2A | CC | 34 | 4F | 0 | 14 | 104 | 42 | 30 |
| Octal | 141 | 52 | 314 | 64 | 117 | 0 | 24 | 404 | 102 | 60 |
| Binary | 1100001 | 101010 | 11001100 | 110100 | 1001111 | 0 | 10100 | 100000100 | 1000010 | 110000 |
Color Harmonies of #612ACC
Complementary color
Monochromatic Colors of #612ACC
Black with #612ACC
Text Example
Text Example
White with #612ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612ACC; }
p { color: rgb(97,42,204); }
H1.HeaderClassName
{
color: #612ACC;
}
.AnyTagClassName
{
color: #612ACC;
}
</style>
background-color css
<style>
a { background-color: #612ACC; }
a { background-color: rgb(97,42,204); }
div.DivClassName
{
background-color: #612ACC;
}
.BgClassName
{
background-color: #612ACC;
}
</style>
border-color css
<style>
span { border-color: #612ACC; }
span { border-color: rgb(97,42,204); }
td.TdClassName
{
border-color: #612ACC;
}
.TagClassName
{
border-color: #612ACC;
}
</style>