Shades of Purple Heart #6111C2
Tints of Purple Heart #6111C2
RGB
CMYK
RGB Variations
Color information
#6111C2 (or 0x6111C2) is known color: Purple Heart. HEX triplet: 61, 11 and C2. RGB value is (97,17,194). Sum of RGB (Red+Green+Blue) = 97+17+194=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 194 (76.17% from 255 or 62.99% from 308); Max value from RGB is 194 - color contains mainly: blue. Hex color #6111C2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6111C2 is #9EEE3D. Grayscale: #3C3C3C. Windows color (decimal): -10415678 or 12718433. OLE color: 12718433.
HSL color Cylindrical-coordinate representation of color #6111C2: hue angle of 267.12º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6111C2 is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 17 | 194 | - |
| CMYK | 0.50 | 0.91 | 0 | 0.24 |
| HSL | 267.12º | 0.84% | 0.41% | - |
| HSV(B) | 267.12º | 0.91% | 0.76% | - |
| XYZ | 14.87 | 6.84 | 51.58 | - |
| YUV | 61.1 | 203 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 17 | 194 | 0.50 | 0.91 | 0 | 0.24 | 267.12 | 0.84 | 0.41 |
| Hex | 61 | 11 | C2 | 32 | 5B | 0 | 18 | 10B | 54 | 29 |
| Octal | 141 | 21 | 302 | 62 | 133 | 0 | 30 | 413 | 124 | 51 |
| Binary | 1100001 | 10001 | 11000010 | 110010 | 1011011 | 0 | 11000 | 100001011 | 1010100 | 101001 |
Color Harmonies of #6111C2
Complementary color
Monochromatic Colors of #6111C2
Black with #6111C2
Text Example
Text Example
White with #6111C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6111C2; }
p { color: rgb(97,17,194); }
H1.HeaderClassName
{
color: #6111C2;
}
.AnyTagClassName
{
color: #6111C2;
}
</style>
background-color css
<style>
a { background-color: #6111C2; }
a { background-color: rgb(97,17,194); }
div.DivClassName
{
background-color: #6111C2;
}
.BgClassName
{
background-color: #6111C2;
}
</style>
border-color css
<style>
span { border-color: #6111C2; }
span { border-color: rgb(97,17,194); }
td.TdClassName
{
border-color: #6111C2;
}
.TagClassName
{
border-color: #6111C2;
}
</style>