Shades of Purple Heart #6101CE
Tints of Purple Heart #6101CE
RGB
CMYK
RGB Variations
Color information
#6101CE (or 0x6101CE) is known color: Purple Heart. HEX triplet: 61, 01 and CE. RGB value is (97,1,206). Sum of RGB (Red+Green+Blue) = 97+1+206=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 206 (80.86% from 255 or 67.76% from 304); Max value from RGB is 206 - color contains mainly: blue. Hex color #6101CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6101CE is #9EFE31. Grayscale: #343434. Windows color (decimal): -10419762 or 13500769. OLE color: 13500769.
HSL color Cylindrical-coordinate representation of color #6101CE: hue angle of 268.1º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6101CE is Cyan = 0.53, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 1 | 206 | - |
| CMYK | 0.53 | 1.00 | 0 | 0.19 |
| HSL | 268.1º | 0.99% | 0.41% | - |
| HSV(B) | 268.1º | 1% | 0.81% | - |
| XYZ | 16.08 | 7.02 | 58.9 | - |
| YUV | 53.07 | 214.3 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 1 | 206 | 0.53 | 1.00 | 0 | 0.19 | 268.1 | 0.99 | 0.41 |
| Hex | 61 | 1 | CE | 35 | 64 | 0 | 13 | 10C | 63 | 29 |
| Octal | 141 | 1 | 316 | 65 | 144 | 0 | 23 | 414 | 143 | 51 |
| Binary | 1100001 | 1 | 11001110 | 110101 | 1100100 | 0 | 10011 | 100001100 | 1100011 | 101001 |
Color Harmonies of #6101CE
Complementary color
Monochromatic Colors of #6101CE
Black with #6101CE
Text Example
Text Example
White with #6101CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6101CE; }
p { color: rgb(97,1,206); }
H1.HeaderClassName
{
color: #6101CE;
}
.AnyTagClassName
{
color: #6101CE;
}
</style>
background-color css
<style>
a { background-color: #6101CE; }
a { background-color: rgb(97,1,206); }
div.DivClassName
{
background-color: #6101CE;
}
.BgClassName
{
background-color: #6101CE;
}
</style>
border-color css
<style>
span { border-color: #6101CE; }
span { border-color: rgb(97,1,206); }
td.TdClassName
{
border-color: #6101CE;
}
.TagClassName
{
border-color: #6101CE;
}
</style>