Shades of Purple Heart #601CCB
Tints of Purple Heart #601CCB
RGB
CMYK
RGB Variations
Color information
#601CCB (or 0x601CCB) is known color: Purple Heart. HEX triplet: 60, 1C and CB. RGB value is (96,28,203). Sum of RGB (Red+Green+Blue) = 96+28+203=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 28 (11.33% from 255 or 8.56% from 327); Blue value is 203 (79.69% from 255 or 62.08% from 327); Max value from RGB is 203 - color contains mainly: blue. Hex color #601CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601CCB is #9FE334. Grayscale: #434343. Windows color (decimal): -10478389 or 13311072. OLE color: 13311072.
HSL color Cylindrical-coordinate representation of color #601CCB: hue angle of 263.31º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #601CCB is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 28 | 203 | - |
| CMYK | 0.53 | 0.86 | 0 | 0.20 |
| HSL | 263.31º | 0.76% | 0.45% | - |
| HSV(B) | 263.31º | 0.86% | 0.8% | - |
| XYZ | 16.02 | 7.63 | 57.13 | - |
| YUV | 68.28 | 204.03 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 28 | 203 | 0.53 | 0.86 | 0 | 0.20 | 263.31 | 0.76 | 0.45 |
| Hex | 60 | 1C | CB | 35 | 56 | 0 | 14 | 107 | 4C | 2D |
| Octal | 140 | 34 | 313 | 65 | 126 | 0 | 24 | 407 | 114 | 55 |
| Binary | 1100000 | 11100 | 11001011 | 110101 | 1010110 | 0 | 10100 | 100000111 | 1001100 | 101101 |
Color Harmonies of #601CCB
Complementary color
Monochromatic Colors of #601CCB
Black with #601CCB
Text Example
Text Example
White with #601CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601CCB; }
p { color: rgb(96,28,203); }
H1.HeaderClassName
{
color: #601CCB;
}
.AnyTagClassName
{
color: #601CCB;
}
</style>
background-color css
<style>
a { background-color: #601CCB; }
a { background-color: rgb(96,28,203); }
div.DivClassName
{
background-color: #601CCB;
}
.BgClassName
{
background-color: #601CCB;
}
</style>
border-color css
<style>
span { border-color: #601CCB; }
span { border-color: rgb(96,28,203); }
td.TdClassName
{
border-color: #601CCB;
}
.TagClassName
{
border-color: #601CCB;
}
</style>