Shades of Purple Heart #612FCE
Tints of Purple Heart #612FCE
RGB
CMYK
RGB Variations
Color information
#612FCE (or 0x612FCE) is known color: Purple Heart. HEX triplet: 61, 2F and CE. RGB value is (97,47,206). Sum of RGB (Red+Green+Blue) = 97+47+206=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 47 (18.75% from 255 or 13.43% from 350); Blue value is 206 (80.86% from 255 or 58.86% from 350); Max value from RGB is 206 - color contains mainly: blue. Hex color #612FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612FCE is #9ED031. Grayscale: #4F4F4F. Windows color (decimal): -10407986 or 13512545. OLE color: 13512545.
HSL color Cylindrical-coordinate representation of color #612FCE: hue angle of 258.87º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #612FCE is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 47 | 206 | - |
| CMYK | 0.53 | 0.77 | 0 | 0.19 |
| HSL | 258.87º | 0.63% | 0.5% | - |
| HSV(B) | 258.87º | 0.77% | 0.81% | - |
| XYZ | 17.09 | 9.03 | 59.24 | - |
| YUV | 80.08 | 199.07 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 47 | 206 | 0.53 | 0.77 | 0 | 0.19 | 258.87 | 0.63 | 0.5 |
| Hex | 61 | 2F | CE | 35 | 4D | 0 | 13 | 103 | 3F | 32 |
| Octal | 141 | 57 | 316 | 65 | 115 | 0 | 23 | 403 | 77 | 62 |
| Binary | 1100001 | 101111 | 11001110 | 110101 | 1001101 | 0 | 10011 | 100000011 | 111111 | 110010 |
Color Harmonies of #612FCE
Complementary color
Monochromatic Colors of #612FCE
Black with #612FCE
Text Example
Text Example
White with #612FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612FCE; }
p { color: rgb(97,47,206); }
H1.HeaderClassName
{
color: #612FCE;
}
.AnyTagClassName
{
color: #612FCE;
}
</style>
background-color css
<style>
a { background-color: #612FCE; }
a { background-color: rgb(97,47,206); }
div.DivClassName
{
background-color: #612FCE;
}
.BgClassName
{
background-color: #612FCE;
}
</style>
border-color css
<style>
span { border-color: #612FCE; }
span { border-color: rgb(97,47,206); }
td.TdClassName
{
border-color: #612FCE;
}
.TagClassName
{
border-color: #612FCE;
}
</style>