Shades of Purple Heart #6101CF
Tints of Purple Heart #6101CF
RGB
CMYK
RGB Variations
Color information
#6101CF (or 0x6101CF) is known color: Purple Heart. HEX triplet: 61, 01 and CF. RGB value is (97,1,207). Sum of RGB (Red+Green+Blue) = 97+1+207=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 207 (81.25% from 255 or 67.87% from 305); Max value from RGB is 207 - color contains mainly: blue. Hex color #6101CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6101CF is #9EFE30. Grayscale: #343434. Windows color (decimal): -10419761 or 13566305. OLE color: 13566305.
HSL color Cylindrical-coordinate representation of color #6101CF: hue angle of 267.96º 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 #6101CF is Cyan = 0.53, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 1 | 207 | - |
| CMYK | 0.53 | 1.00 | 0 | 0.19 |
| HSL | 267.96º | 0.99% | 0.41% | - |
| HSV(B) | 267.96º | 1% | 0.81% | - |
| XYZ | 16.2 | 7.07 | 59.54 | - |
| YUV | 53.19 | 214.8 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 1 | 207 | 0.53 | 1.00 | 0 | 0.19 | 267.96 | 0.99 | 0.41 |
| Hex | 61 | 1 | CF | 35 | 64 | 0 | 13 | 10C | 63 | 29 |
| Octal | 141 | 1 | 317 | 65 | 144 | 0 | 23 | 414 | 143 | 51 |
| Binary | 1100001 | 1 | 11001111 | 110101 | 1100100 | 0 | 10011 | 100001100 | 1100011 | 101001 |
Color Harmonies of #6101CF
Complementary color
Monochromatic Colors of #6101CF
Black with #6101CF
Text Example
Text Example
White with #6101CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6101CF; }
p { color: rgb(97,1,207); }
H1.HeaderClassName
{
color: #6101CF;
}
.AnyTagClassName
{
color: #6101CF;
}
</style>
background-color css
<style>
a { background-color: #6101CF; }
a { background-color: rgb(97,1,207); }
div.DivClassName
{
background-color: #6101CF;
}
.BgClassName
{
background-color: #6101CF;
}
</style>
border-color css
<style>
span { border-color: #6101CF; }
span { border-color: rgb(97,1,207); }
td.TdClassName
{
border-color: #6101CF;
}
.TagClassName
{
border-color: #6101CF;
}
</style>