Shades of Purple Heart #603BDE
Tints of Purple Heart #603BDE
RGB
CMYK
RGB Variations
Color information
#603BDE (or 0x603BDE) is known color: Purple Heart. HEX triplet: 60, 3B and DE. RGB value is (96,59,222). Sum of RGB (Red+Green+Blue) = 96+59+222=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 59 (23.44% from 255 or 15.65% from 377); Blue value is 222 (87.11% from 255 or 58.89% from 377); Max value from RGB is 222 - color contains mainly: blue. Hex color #603BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603BDE is #9FC421. Grayscale: #585858. Windows color (decimal): -10470434 or 14564192. OLE color: 14564192.
HSL color Cylindrical-coordinate representation of color #603BDE: hue angle of 253.62º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #603BDE is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 59 | 222 | - |
| CMYK | 0.57 | 0.73 | 0 | 0.13 |
| HSL | 253.62º | 0.71% | 0.55% | - |
| HSV(B) | 253.62º | 0.73% | 0.87% | - |
| XYZ | 19.57 | 10.89 | 70.18 | - |
| YUV | 88.65 | 203.26 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 59 | 222 | 0.57 | 0.73 | 0 | 0.13 | 253.62 | 0.71 | 0.55 |
| Hex | 60 | 3B | DE | 39 | 49 | 0 | D | FE | 47 | 37 |
| Octal | 140 | 73 | 336 | 71 | 111 | 0 | 15 | 376 | 107 | 67 |
| Binary | 1100000 | 111011 | 11011110 | 111001 | 1001001 | 0 | 1101 | 11111110 | 1000111 | 110111 |
Color Harmonies of #603BDE
Complementary color
Monochromatic Colors of #603BDE
Black with #603BDE
Text Example
Text Example
White with #603BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603BDE; }
p { color: rgb(96,59,222); }
H1.HeaderClassName
{
color: #603BDE;
}
.AnyTagClassName
{
color: #603BDE;
}
</style>
background-color css
<style>
a { background-color: #603BDE; }
a { background-color: rgb(96,59,222); }
div.DivClassName
{
background-color: #603BDE;
}
.BgClassName
{
background-color: #603BDE;
}
</style>
border-color css
<style>
span { border-color: #603BDE; }
span { border-color: rgb(96,59,222); }
td.TdClassName
{
border-color: #603BDE;
}
.TagClassName
{
border-color: #603BDE;
}
</style>