Shades of Purple Heart #603CBE
Tints of Purple Heart #603CBE
RGB
CMYK
RGB Variations
Color information
#603CBE (or 0x603CBE) is known color: Purple Heart. HEX triplet: 60, 3C and BE. RGB value is (96,60,190). Sum of RGB (Red+Green+Blue) = 96+60+190=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 60 (23.83% from 255 or 17.34% from 346); Blue value is 190 (74.61% from 255 or 54.91% from 346); Max value from RGB is 190 - color contains mainly: blue. Hex color #603CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603CBE is #9FC341. Grayscale: #555555. Windows color (decimal): -10470210 or 12467296. OLE color: 12467296.
HSL color Cylindrical-coordinate representation of color #603CBE: hue angle of 256.62º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #603CBE is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 60 | 190 | - |
| CMYK | 0.49 | 0.68 | 0 | 0.25 |
| HSL | 256.62º | 0.52% | 0.49% | - |
| HSV(B) | 256.62º | 0.68% | 0.75% | - |
| XYZ | 15.73 | 9.44 | 49.71 | - |
| YUV | 85.58 | 186.93 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 60 | 190 | 0.49 | 0.68 | 0 | 0.25 | 256.62 | 0.52 | 0.49 |
| Hex | 60 | 3C | BE | 31 | 44 | 0 | 19 | 101 | 34 | 31 |
| Octal | 140 | 74 | 276 | 61 | 104 | 0 | 31 | 401 | 64 | 61 |
| Binary | 1100000 | 111100 | 10111110 | 110001 | 1000100 | 0 | 11001 | 100000001 | 110100 | 110001 |
Color Harmonies of #603CBE
Complementary color
Monochromatic Colors of #603CBE
Black with #603CBE
Text Example
Text Example
White with #603CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603CBE; }
p { color: rgb(96,60,190); }
H1.HeaderClassName
{
color: #603CBE;
}
.AnyTagClassName
{
color: #603CBE;
}
</style>
background-color css
<style>
a { background-color: #603CBE; }
a { background-color: rgb(96,60,190); }
div.DivClassName
{
background-color: #603CBE;
}
.BgClassName
{
background-color: #603CBE;
}
</style>
border-color css
<style>
span { border-color: #603CBE; }
span { border-color: rgb(96,60,190); }
td.TdClassName
{
border-color: #603CBE;
}
.TagClassName
{
border-color: #603CBE;
}
</style>