Shades of Purple Heart #6100CB
Tints of Purple Heart #6100CB
RGB
CMYK
RGB Variations
Color information
#6100CB (or 0x6100CB) is known color: Purple Heart. HEX triplet: 61, 00 and CB. RGB value is (97,0,203). Sum of RGB (Red+Green+Blue) = 97+0+203=300 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.33% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 203 (79.69% from 255 or 67.67% from 300); Max value from RGB is 203 - color contains mainly: blue. Hex color #6100CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6100CB is #9EFF34. Grayscale: #333333. Windows color (decimal): -10420021 or 13303905. OLE color: 13303905.
HSL color Cylindrical-coordinate representation of color #6100CB: hue angle of 268.67º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6100CB is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 0 | 203 | - |
| CMYK | 0.52 | 1 | 0 | 0.20 |
| HSL | 268.67º | 1% | 0.4% | - |
| HSV(B) | 268.67º | 1% | 0.8% | - |
| XYZ | 15.71 | 6.85 | 56.99 | - |
| YUV | 52.15 | 213.14 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 0 | 203 | 0.52 | 1 | 0 | 0.20 | 268.67 | 1 | 0.4 |
| Hex | 61 | 0 | CB | 34 | 64 | 0 | 14 | 10D | 64 | 28 |
| Octal | 141 | 0 | 313 | 64 | 144 | 0 | 24 | 415 | 144 | 50 |
| Binary | 1100001 | 0 | 11001011 | 110100 | 1100100 | 0 | 10100 | 100001101 | 1100100 | 101000 |
Color Harmonies of #6100CB
Complementary color
Monochromatic Colors of #6100CB
Black with #6100CB
Text Example
Text Example
White with #6100CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6100CB; }
p { color: rgb(97,0,203); }
H1.HeaderClassName
{
color: #6100CB;
}
.AnyTagClassName
{
color: #6100CB;
}
</style>
background-color css
<style>
a { background-color: #6100CB; }
a { background-color: rgb(97,0,203); }
div.DivClassName
{
background-color: #6100CB;
}
.BgClassName
{
background-color: #6100CB;
}
</style>
border-color css
<style>
span { border-color: #6100CB; }
span { border-color: rgb(97,0,203); }
td.TdClassName
{
border-color: #6100CB;
}
.TagClassName
{
border-color: #6100CB;
}
</style>