Shades of Purple Heart #6108C1
Tints of Purple Heart #6108C1
RGB
CMYK
RGB Variations
Color information
#6108C1 (or 0x6108C1) is known color: Purple Heart. HEX triplet: 61, 08 and C1. RGB value is (97,8,193). Sum of RGB (Red+Green+Blue) = 97+8+193=298 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.55% from 298); Green value is 8 (3.52% from 255 or 2.68% from 298); Blue value is 193 (75.78% from 255 or 64.77% from 298); Max value from RGB is 193 - color contains mainly: blue. Hex color #6108C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6108C1 is #9EF73E. Grayscale: #373737. Windows color (decimal): -10417983 or 12650593. OLE color: 12650593.
HSL color Cylindrical-coordinate representation of color #6108C1: hue angle of 268.86º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6108C1 is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 8 | 193 | - |
| CMYK | 0.50 | 0.96 | 0 | 0.24 |
| HSL | 268.86º | 0.92% | 0.39% | - |
| HSV(B) | 268.86º | 0.96% | 0.76% | - |
| XYZ | 14.64 | 6.57 | 50.95 | - |
| YUV | 55.7 | 205.49 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 8 | 193 | 0.50 | 0.96 | 0 | 0.24 | 268.86 | 0.92 | 0.39 |
| Hex | 61 | 8 | C1 | 32 | 60 | 0 | 18 | 10D | 5C | 27 |
| Octal | 141 | 10 | 301 | 62 | 140 | 0 | 30 | 415 | 134 | 47 |
| Binary | 1100001 | 1000 | 11000001 | 110010 | 1100000 | 0 | 11000 | 100001101 | 1011100 | 100111 |
Color Harmonies of #6108C1
Complementary color
Monochromatic Colors of #6108C1
Black with #6108C1
Text Example
Text Example
White with #6108C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6108C1; }
p { color: rgb(97,8,193); }
H1.HeaderClassName
{
color: #6108C1;
}
.AnyTagClassName
{
color: #6108C1;
}
</style>
background-color css
<style>
a { background-color: #6108C1; }
a { background-color: rgb(97,8,193); }
div.DivClassName
{
background-color: #6108C1;
}
.BgClassName
{
background-color: #6108C1;
}
</style>
border-color css
<style>
span { border-color: #6108C1; }
span { border-color: rgb(97,8,193); }
td.TdClassName
{
border-color: #6108C1;
}
.TagClassName
{
border-color: #6108C1;
}
</style>