Shades of Purple Heart #612ECE
Tints of Purple Heart #612ECE
RGB
CMYK
RGB Variations
Color information
#612ECE (or 0x612ECE) is known color: Purple Heart. HEX triplet: 61, 2E and CE. RGB value is (97,46,206). Sum of RGB (Red+Green+Blue) = 97+46+206=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 46 (18.36% from 255 or 13.18% from 349); Blue value is 206 (80.86% from 255 or 59.03% from 349); Max value from RGB is 206 - color contains mainly: blue. Hex color #612ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612ECE is #9ED131. Grayscale: #4E4E4E. Windows color (decimal): -10408242 or 13512289. OLE color: 13512289.
HSL color Cylindrical-coordinate representation of color #612ECE: hue angle of 259.12º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #612ECE is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 46 | 206 | - |
| CMYK | 0.53 | 0.78 | 0 | 0.19 |
| HSL | 259.13º | 0.63% | 0.49% | - |
| HSV(B) | 259.13º | 0.78% | 0.81% | - |
| XYZ | 17.05 | 8.95 | 59.22 | - |
| YUV | 79.49 | 199.4 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 46 | 206 | 0.53 | 0.78 | 0 | 0.19 | 259.13 | 0.63 | 0.49 |
| Hex | 61 | 2E | CE | 35 | 4E | 0 | 13 | 103 | 3F | 31 |
| Octal | 141 | 56 | 316 | 65 | 116 | 0 | 23 | 403 | 77 | 61 |
| Binary | 1100001 | 101110 | 11001110 | 110101 | 1001110 | 0 | 10011 | 100000011 | 111111 | 110001 |
Color Harmonies of #612ECE
Complementary color
Monochromatic Colors of #612ECE
Black with #612ECE
Text Example
Text Example
White with #612ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612ECE; }
p { color: rgb(97,46,206); }
H1.HeaderClassName
{
color: #612ECE;
}
.AnyTagClassName
{
color: #612ECE;
}
</style>
background-color css
<style>
a { background-color: #612ECE; }
a { background-color: rgb(97,46,206); }
div.DivClassName
{
background-color: #612ECE;
}
.BgClassName
{
background-color: #612ECE;
}
</style>
border-color css
<style>
span { border-color: #612ECE; }
span { border-color: rgb(97,46,206); }
td.TdClassName
{
border-color: #612ECE;
}
.TagClassName
{
border-color: #612ECE;
}
</style>