Shades of Purple Heart #6101CA
Tints of Purple Heart #6101CA
RGB
CMYK
RGB Variations
Color information
#6101CA (or 0x6101CA) is known color: Purple Heart. HEX triplet: 61, 01 and CA. RGB value is (97,1,202). Sum of RGB (Red+Green+Blue) = 97+1+202=300 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.33% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 202 (79.30% from 255 or 67.33% from 300); Max value from RGB is 202 - color contains mainly: blue. Hex color #6101CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6101CA is #9EFE35. Grayscale: #333333. Windows color (decimal): -10419766 or 13238625. OLE color: 13238625.
HSL color Cylindrical-coordinate representation of color #6101CA: hue angle of 268.66º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6101CA is Cyan = 0.52, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 1 | 202 | - |
| CMYK | 0.52 | 1.00 | 0 | 0.21 |
| HSL | 268.66º | 0.99% | 0.4% | - |
| HSV(B) | 268.66º | 1% | 0.79% | - |
| XYZ | 15.6 | 6.83 | 56.37 | - |
| YUV | 52.62 | 212.3 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 1 | 202 | 0.52 | 1.00 | 0 | 0.21 | 268.66 | 0.99 | 0.4 |
| Hex | 61 | 1 | CA | 34 | 64 | 0 | 15 | 10D | 63 | 28 |
| Octal | 141 | 1 | 312 | 64 | 144 | 0 | 25 | 415 | 143 | 50 |
| Binary | 1100001 | 1 | 11001010 | 110100 | 1100100 | 0 | 10101 | 100001101 | 1100011 | 101000 |
Color Harmonies of #6101CA
Complementary color
Monochromatic Colors of #6101CA
Black with #6101CA
Text Example
Text Example
White with #6101CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6101CA; }
p { color: rgb(97,1,202); }
H1.HeaderClassName
{
color: #6101CA;
}
.AnyTagClassName
{
color: #6101CA;
}
</style>
background-color css
<style>
a { background-color: #6101CA; }
a { background-color: rgb(97,1,202); }
div.DivClassName
{
background-color: #6101CA;
}
.BgClassName
{
background-color: #6101CA;
}
</style>
border-color css
<style>
span { border-color: #6101CA; }
span { border-color: rgb(97,1,202); }
td.TdClassName
{
border-color: #6101CA;
}
.TagClassName
{
border-color: #6101CA;
}
</style>