Shades of Purple Heart #601BCB
Tints of Purple Heart #601BCB
RGB
CMYK
RGB Variations
Color information
#601BCB (or 0x601BCB) is known color: Purple Heart. HEX triplet: 60, 1B and CB. RGB value is (96,27,203). Sum of RGB (Red+Green+Blue) = 96+27+203=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 27 (10.94% from 255 or 8.28% from 326); Blue value is 203 (79.69% from 255 or 62.27% from 326); Max value from RGB is 203 - color contains mainly: blue. Hex color #601BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601BCB is #9FE434. Grayscale: #434343. Windows color (decimal): -10478645 or 13310816. OLE color: 13310816.
HSL color Cylindrical-coordinate representation of color #601BCB: hue angle of 263.52º 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 #601BCB is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 27 | 203 | - |
| CMYK | 0.53 | 0.87 | 0 | 0.20 |
| HSL | 263.52º | 0.77% | 0.45% | - |
| HSV(B) | 263.52º | 0.87% | 0.8% | - |
| XYZ | 16 | 7.58 | 57.12 | - |
| YUV | 67.7 | 204.36 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 27 | 203 | 0.53 | 0.87 | 0 | 0.20 | 263.52 | 0.77 | 0.45 |
| Hex | 60 | 1B | CB | 35 | 57 | 0 | 14 | 108 | 4D | 2D |
| Octal | 140 | 33 | 313 | 65 | 127 | 0 | 24 | 410 | 115 | 55 |
| Binary | 1100000 | 11011 | 11001011 | 110101 | 1010111 | 0 | 10100 | 100001000 | 1001101 | 101101 |
Color Harmonies of #601BCB
Complementary color
Monochromatic Colors of #601BCB
Black with #601BCB
Text Example
Text Example
White with #601BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601BCB; }
p { color: rgb(96,27,203); }
H1.HeaderClassName
{
color: #601BCB;
}
.AnyTagClassName
{
color: #601BCB;
}
</style>
background-color css
<style>
a { background-color: #601BCB; }
a { background-color: rgb(96,27,203); }
div.DivClassName
{
background-color: #601BCB;
}
.BgClassName
{
background-color: #601BCB;
}
</style>
border-color css
<style>
span { border-color: #601BCB; }
span { border-color: rgb(96,27,203); }
td.TdClassName
{
border-color: #601BCB;
}
.TagClassName
{
border-color: #601BCB;
}
</style>