Shades of Purple Heart #6111CF
Tints of Purple Heart #6111CF
RGB
CMYK
RGB Variations
Color information
#6111CF (or 0x6111CF) is known color: Purple Heart. HEX triplet: 61, 11 and CF. RGB value is (97,17,207). Sum of RGB (Red+Green+Blue) = 97+17+207=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 207 (81.25% from 255 or 64.49% from 321); Max value from RGB is 207 - color contains mainly: blue. Hex color #6111CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6111CF is #9EEE30. Grayscale: #3D3D3D. Windows color (decimal): -10415665 or 13570401. OLE color: 13570401.
HSL color Cylindrical-coordinate representation of color #6111CF: hue angle of 265.26º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6111CF is Cyan = 0.53, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 17 | 207 | - |
| CMYK | 0.53 | 0.92 | 0 | 0.19 |
| HSL | 265.26º | 0.85% | 0.44% | - |
| HSV(B) | 265.26º | 0.92% | 0.81% | - |
| XYZ | 16.39 | 7.45 | 59.6 | - |
| YUV | 62.58 | 209.5 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 17 | 207 | 0.53 | 0.92 | 0 | 0.19 | 265.26 | 0.85 | 0.44 |
| Hex | 61 | 11 | CF | 35 | 5C | 0 | 13 | 109 | 55 | 2C |
| Octal | 141 | 21 | 317 | 65 | 134 | 0 | 23 | 411 | 125 | 54 |
| Binary | 1100001 | 10001 | 11001111 | 110101 | 1011100 | 0 | 10011 | 100001001 | 1010101 | 101100 |
Color Harmonies of #6111CF
Complementary color
Monochromatic Colors of #6111CF
Black with #6111CF
Text Example
Text Example
White with #6111CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6111CF; }
p { color: rgb(97,17,207); }
H1.HeaderClassName
{
color: #6111CF;
}
.AnyTagClassName
{
color: #6111CF;
}
</style>
background-color css
<style>
a { background-color: #6111CF; }
a { background-color: rgb(97,17,207); }
div.DivClassName
{
background-color: #6111CF;
}
.BgClassName
{
background-color: #6111CF;
}
</style>
border-color css
<style>
span { border-color: #6111CF; }
span { border-color: rgb(97,17,207); }
td.TdClassName
{
border-color: #6111CF;
}
.TagClassName
{
border-color: #6111CF;
}
</style>