Shades of Purple Heart #6117C1
Tints of Purple Heart #6117C1
RGB
CMYK
RGB Variations
Color information
#6117C1 (or 0x6117C1) is known color: Purple Heart. HEX triplet: 61, 17 and C1. RGB value is (97,23,193). Sum of RGB (Red+Green+Blue) = 97+23+193=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 23 (9.38% from 255 or 7.35% from 313); Blue value is 193 (75.78% from 255 or 61.66% from 313); Max value from RGB is 193 - color contains mainly: blue. Hex color #6117C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6117C1 is #9EE83E. Grayscale: #3F3F3F. Windows color (decimal): -10414143 or 12654433. OLE color: 12654433.
HSL color Cylindrical-coordinate representation of color #6117C1: hue angle of 266.12º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6117C1 is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 23 | 193 | - |
| CMYK | 0.50 | 0.88 | 0 | 0.24 |
| HSL | 266.12º | 0.79% | 0.42% | - |
| HSV(B) | 266.12º | 0.88% | 0.76% | - |
| XYZ | 14.86 | 7 | 51.02 | - |
| YUV | 64.51 | 200.52 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 23 | 193 | 0.50 | 0.88 | 0 | 0.24 | 266.12 | 0.79 | 0.42 |
| Hex | 61 | 17 | C1 | 32 | 58 | 0 | 18 | 10A | 4F | 2A |
| Octal | 141 | 27 | 301 | 62 | 130 | 0 | 30 | 412 | 117 | 52 |
| Binary | 1100001 | 10111 | 11000001 | 110010 | 1011000 | 0 | 11000 | 100001010 | 1001111 | 101010 |
Color Harmonies of #6117C1
Complementary color
Monochromatic Colors of #6117C1
Black with #6117C1
Text Example
Text Example
White with #6117C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6117C1; }
p { color: rgb(97,23,193); }
H1.HeaderClassName
{
color: #6117C1;
}
.AnyTagClassName
{
color: #6117C1;
}
</style>
background-color css
<style>
a { background-color: #6117C1; }
a { background-color: rgb(97,23,193); }
div.DivClassName
{
background-color: #6117C1;
}
.BgClassName
{
background-color: #6117C1;
}
</style>
border-color css
<style>
span { border-color: #6117C1; }
span { border-color: rgb(97,23,193); }
td.TdClassName
{
border-color: #6117C1;
}
.TagClassName
{
border-color: #6117C1;
}
</style>