Shades of Purple Heart #6112CE
Tints of Purple Heart #6112CE
RGB
CMYK
RGB Variations
Color information
#6112CE (or 0x6112CE) is known color: Purple Heart. HEX triplet: 61, 12 and CE. RGB value is (97,18,206). Sum of RGB (Red+Green+Blue) = 97+18+206=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 206 (80.86% from 255 or 64.17% from 321); Max value from RGB is 206 - color contains mainly: blue. Hex color #6112CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6112CE is #9EED31. Grayscale: #3E3E3E. Windows color (decimal): -10415410 or 13505121. OLE color: 13505121.
HSL color Cylindrical-coordinate representation of color #6112CE: hue angle of 265.21º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6112CE is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 18 | 206 | - |
| CMYK | 0.53 | 0.91 | 0 | 0.19 |
| HSL | 265.21º | 0.84% | 0.44% | - |
| HSV(B) | 265.21º | 0.91% | 0.81% | - |
| XYZ | 16.29 | 7.43 | 58.97 | - |
| YUV | 63.05 | 208.67 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 18 | 206 | 0.53 | 0.91 | 0 | 0.19 | 265.21 | 0.84 | 0.44 |
| Hex | 61 | 12 | CE | 35 | 5B | 0 | 13 | 109 | 54 | 2C |
| Octal | 141 | 22 | 316 | 65 | 133 | 0 | 23 | 411 | 124 | 54 |
| Binary | 1100001 | 10010 | 11001110 | 110101 | 1011011 | 0 | 10011 | 100001001 | 1010100 | 101100 |
Color Harmonies of #6112CE
Complementary color
Monochromatic Colors of #6112CE
Black with #6112CE
Text Example
Text Example
White with #6112CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6112CE; }
p { color: rgb(97,18,206); }
H1.HeaderClassName
{
color: #6112CE;
}
.AnyTagClassName
{
color: #6112CE;
}
</style>
background-color css
<style>
a { background-color: #6112CE; }
a { background-color: rgb(97,18,206); }
div.DivClassName
{
background-color: #6112CE;
}
.BgClassName
{
background-color: #6112CE;
}
</style>
border-color css
<style>
span { border-color: #6112CE; }
span { border-color: rgb(97,18,206); }
td.TdClassName
{
border-color: #6112CE;
}
.TagClassName
{
border-color: #6112CE;
}
</style>