Shades of Purple Heart #6101CD
Tints of Purple Heart #6101CD
RGB
CMYK
RGB Variations
Color information
#6101CD (or 0x6101CD) is known color: Purple Heart. HEX triplet: 61, 01 and CD. RGB value is (97,1,205). Sum of RGB (Red+Green+Blue) = 97+1+205=303 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.01% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 205 (80.47% from 255 or 67.66% from 303); Max value from RGB is 205 - color contains mainly: blue. Hex color #6101CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6101CD is #9EFE32. Grayscale: #343434. Windows color (decimal): -10419763 or 13435233. OLE color: 13435233.
HSL color Cylindrical-coordinate representation of color #6101CD: hue angle of 268.24º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6101CD is Cyan = 0.53, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 1 | 205 | - |
| CMYK | 0.53 | 1.00 | 0 | 0.20 |
| HSL | 268.24º | 0.99% | 0.4% | - |
| HSV(B) | 268.24º | 1% | 0.8% | - |
| XYZ | 15.96 | 6.97 | 58.26 | - |
| YUV | 52.96 | 213.8 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 1 | 205 | 0.53 | 1.00 | 0 | 0.20 | 268.24 | 0.99 | 0.4 |
| Hex | 61 | 1 | CD | 35 | 64 | 0 | 14 | 10C | 63 | 28 |
| Octal | 141 | 1 | 315 | 65 | 144 | 0 | 24 | 414 | 143 | 50 |
| Binary | 1100001 | 1 | 11001101 | 110101 | 1100100 | 0 | 10100 | 100001100 | 1100011 | 101000 |
Color Harmonies of #6101CD
Complementary color
Monochromatic Colors of #6101CD
Black with #6101CD
Text Example
Text Example
White with #6101CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6101CD; }
p { color: rgb(97,1,205); }
H1.HeaderClassName
{
color: #6101CD;
}
.AnyTagClassName
{
color: #6101CD;
}
</style>
background-color css
<style>
a { background-color: #6101CD; }
a { background-color: rgb(97,1,205); }
div.DivClassName
{
background-color: #6101CD;
}
.BgClassName
{
background-color: #6101CD;
}
</style>
border-color css
<style>
span { border-color: #6101CD; }
span { border-color: rgb(97,1,205); }
td.TdClassName
{
border-color: #6101CD;
}
.TagClassName
{
border-color: #6101CD;
}
</style>