Shades of Purple Heart #6117CF
Tints of Purple Heart #6117CF
RGB
CMYK
RGB Variations
Color information
#6117CF (or 0x6117CF) is known color: Purple Heart. HEX triplet: 61, 17 and CF. RGB value is (97,23,207). Sum of RGB (Red+Green+Blue) = 97+23+207=327 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.66% from 327); Green value is 23 (9.38% from 255 or 7.03% from 327); Blue value is 207 (81.25% from 255 or 63.30% from 327); Max value from RGB is 207 - color contains mainly: blue. Hex color #6117CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6117CF is #9EE830. Grayscale: #414141. Windows color (decimal): -10414129 or 13571937. OLE color: 13571937.
HSL color Cylindrical-coordinate representation of color #6117CF: hue angle of 264.13º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6117CF is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 23 | 207 | - |
| CMYK | 0.53 | 0.89 | 0 | 0.19 |
| HSL | 264.13º | 0.8% | 0.45% | - |
| HSV(B) | 264.13º | 0.89% | 0.81% | - |
| XYZ | 16.5 | 7.66 | 59.64 | - |
| YUV | 66.1 | 207.52 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 23 | 207 | 0.53 | 0.89 | 0 | 0.19 | 264.13 | 0.8 | 0.45 |
| Hex | 61 | 17 | CF | 35 | 59 | 0 | 13 | 108 | 50 | 2D |
| Octal | 141 | 27 | 317 | 65 | 131 | 0 | 23 | 410 | 120 | 55 |
| Binary | 1100001 | 10111 | 11001111 | 110101 | 1011001 | 0 | 10011 | 100001000 | 1010000 | 101101 |
Color Harmonies of #6117CF
Complementary color
Monochromatic Colors of #6117CF
Black with #6117CF
Text Example
Text Example
White with #6117CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6117CF; }
p { color: rgb(97,23,207); }
H1.HeaderClassName
{
color: #6117CF;
}
.AnyTagClassName
{
color: #6117CF;
}
</style>
background-color css
<style>
a { background-color: #6117CF; }
a { background-color: rgb(97,23,207); }
div.DivClassName
{
background-color: #6117CF;
}
.BgClassName
{
background-color: #6117CF;
}
</style>
border-color css
<style>
span { border-color: #6117CF; }
span { border-color: rgb(97,23,207); }
td.TdClassName
{
border-color: #6117CF;
}
.TagClassName
{
border-color: #6117CF;
}
</style>