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