Shades of Purple Heart #6117BC
Tints of Purple Heart #6117BC
RGB
CMYK
RGB Variations
Color information
#6117BC (or 0x6117BC) is known color: Purple Heart. HEX triplet: 61, 17 and BC. RGB value is (97,23,188). Sum of RGB (Red+Green+Blue) = 97+23+188=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 188 (73.83% from 255 or 61.04% from 308); Max value from RGB is 188 - color contains mainly: blue. Hex color #6117BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6117BC is #9EE843. Grayscale: #3F3F3F. Windows color (decimal): -10414148 or 12326753. OLE color: 12326753.
HSL color Cylindrical-coordinate representation of color #6117BC: hue angle of 266.91º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6117BC is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 97 | 23 | 188 | - |
| CMYK | 0.48 | 0.88 | 0 | 0.26 |
| HSL | 266.91º | 0.78% | 0.41% | - |
| HSV(B) | 266.91º | 0.88% | 0.74% | - |
| XYZ | 14.31 | 6.79 | 48.13 | - |
| YUV | 63.94 | 198.02 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 23 | 188 | 0.48 | 0.88 | 0 | 0.26 | 266.91 | 0.78 | 0.41 |
| Hex | 61 | 17 | BC | 30 | 58 | 0 | 1A | 10B | 4E | 29 |
| Octal | 141 | 27 | 274 | 60 | 130 | 0 | 32 | 413 | 116 | 51 |
| Binary | 1100001 | 10111 | 10111100 | 110000 | 1011000 | 0 | 11010 | 100001011 | 1001110 | 101001 |
Color Harmonies of #6117BC
Complementary color
Monochromatic Colors of #6117BC
Black with #6117BC
Text Example
Text Example
White with #6117BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6117BC; }
p { color: rgb(97,23,188); }
H1.HeaderClassName
{
color: #6117BC;
}
.AnyTagClassName
{
color: #6117BC;
}
</style>
background-color css
<style>
a { background-color: #6117BC; }
a { background-color: rgb(97,23,188); }
div.DivClassName
{
background-color: #6117BC;
}
.BgClassName
{
background-color: #6117BC;
}
</style>
border-color css
<style>
span { border-color: #6117BC; }
span { border-color: rgb(97,23,188); }
td.TdClassName
{
border-color: #6117BC;
}
.TagClassName
{
border-color: #6117BC;
}
</style>