Shades of Purple Heart #603CBC
Tints of Purple Heart #603CBC
RGB
CMYK
RGB Variations
Color information
#603CBC (or 0x603CBC) is known color: Purple Heart. HEX triplet: 60, 3C and BC. RGB value is (96,60,188). Sum of RGB (Red+Green+Blue) = 96+60+188=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 60 (23.83% from 255 or 17.44% from 344); Blue value is 188 (73.83% from 255 or 54.65% from 344); Max value from RGB is 188 - color contains mainly: blue. Hex color #603CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603CBC is #9FC343. Grayscale: #545454. Windows color (decimal): -10470212 or 12336224. OLE color: 12336224.
HSL color Cylindrical-coordinate representation of color #603CBC: hue angle of 256.88º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #603CBC is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 60 | 188 | - |
| CMYK | 0.49 | 0.68 | 0 | 0.26 |
| HSL | 256.88º | 0.52% | 0.49% | - |
| HSV(B) | 256.88º | 0.68% | 0.74% | - |
| XYZ | 15.52 | 9.35 | 48.56 | - |
| YUV | 85.36 | 185.93 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 60 | 188 | 0.49 | 0.68 | 0 | 0.26 | 256.88 | 0.52 | 0.49 |
| Hex | 60 | 3C | BC | 31 | 44 | 0 | 1A | 101 | 34 | 31 |
| Octal | 140 | 74 | 274 | 61 | 104 | 0 | 32 | 401 | 64 | 61 |
| Binary | 1100000 | 111100 | 10111100 | 110001 | 1000100 | 0 | 11010 | 100000001 | 110100 | 110001 |
Color Harmonies of #603CBC
Complementary color
Monochromatic Colors of #603CBC
Black with #603CBC
Text Example
Text Example
White with #603CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603CBC; }
p { color: rgb(96,60,188); }
H1.HeaderClassName
{
color: #603CBC;
}
.AnyTagClassName
{
color: #603CBC;
}
</style>
background-color css
<style>
a { background-color: #603CBC; }
a { background-color: rgb(96,60,188); }
div.DivClassName
{
background-color: #603CBC;
}
.BgClassName
{
background-color: #603CBC;
}
</style>
border-color css
<style>
span { border-color: #603CBC; }
span { border-color: rgb(96,60,188); }
td.TdClassName
{
border-color: #603CBC;
}
.TagClassName
{
border-color: #603CBC;
}
</style>