Shades of Purple Heart #601BCD
Tints of Purple Heart #601BCD
RGB
CMYK
RGB Variations
Color information
#601BCD (or 0x601BCD) is known color: Purple Heart. HEX triplet: 60, 1B and CD. RGB value is (96,27,205). Sum of RGB (Red+Green+Blue) = 96+27+205=328 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.27% from 328); Green value is 27 (10.94% from 255 or 8.23% from 328); Blue value is 205 (80.47% from 255 or 62.5% from 328); Max value from RGB is 205 - color contains mainly: blue. Hex color #601BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601BCD is #9FE432. Grayscale: #434343. Windows color (decimal): -10478643 or 13441888. OLE color: 13441888.
HSL color Cylindrical-coordinate representation of color #601BCD: hue angle of 263.26º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #601BCD is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 27 | 205 | - |
| CMYK | 0.53 | 0.87 | 0 | 0.20 |
| HSL | 263.26º | 0.77% | 0.45% | - |
| HSV(B) | 263.26º | 0.87% | 0.8% | - |
| XYZ | 16.24 | 7.68 | 58.38 | - |
| YUV | 67.92 | 205.36 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 27 | 205 | 0.53 | 0.87 | 0 | 0.20 | 263.26 | 0.77 | 0.45 |
| Hex | 60 | 1B | CD | 35 | 57 | 0 | 14 | 107 | 4D | 2D |
| Octal | 140 | 33 | 315 | 65 | 127 | 0 | 24 | 407 | 115 | 55 |
| Binary | 1100000 | 11011 | 11001101 | 110101 | 1010111 | 0 | 10100 | 100000111 | 1001101 | 101101 |
Color Harmonies of #601BCD
Complementary color
Monochromatic Colors of #601BCD
Black with #601BCD
Text Example
Text Example
White with #601BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601BCD; }
p { color: rgb(96,27,205); }
H1.HeaderClassName
{
color: #601BCD;
}
.AnyTagClassName
{
color: #601BCD;
}
</style>
background-color css
<style>
a { background-color: #601BCD; }
a { background-color: rgb(96,27,205); }
div.DivClassName
{
background-color: #601BCD;
}
.BgClassName
{
background-color: #601BCD;
}
</style>
border-color css
<style>
span { border-color: #601BCD; }
span { border-color: rgb(96,27,205); }
td.TdClassName
{
border-color: #601BCD;
}
.TagClassName
{
border-color: #601BCD;
}
</style>