Shades of Purple Heart #603BE4
Tints of Purple Heart #603BE4
RGB
CMYK
RGB Variations
Color information
#603BE4 (or 0x603BE4) is known color: Purple Heart. HEX triplet: 60, 3B and E4. RGB value is (96,59,228). Sum of RGB (Red+Green+Blue) = 96+59+228=383 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.07% from 383); Green value is 59 (23.44% from 255 or 15.40% from 383); Blue value is 228 (89.45% from 255 or 59.53% from 383); Max value from RGB is 228 - color contains mainly: blue. Hex color #603BE4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603BE4 is #9FC41B. Grayscale: #585858. Windows color (decimal): -10470428 or 14957408. OLE color: 14957408.
HSL color Cylindrical-coordinate representation of color #603BE4: hue angle of 253.14º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #603BE4 is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 96 | 59 | 228 | - |
| CMYK | 0.58 | 0.74 | 0 | 0.11 |
| HSL | 253.14º | 0.76% | 0.56% | - |
| HSV(B) | 253.14º | 0.74% | 0.89% | - |
| XYZ | 20.39 | 11.22 | 74.49 | - |
| YUV | 89.33 | 206.26 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 59 | 228 | 0.58 | 0.74 | 0 | 0.11 | 253.14 | 0.76 | 0.56 |
| Hex | 60 | 3B | E4 | 3A | 4A | 0 | B | FD | 4C | 38 |
| Octal | 140 | 73 | 344 | 72 | 112 | 0 | 13 | 375 | 114 | 70 |
| Binary | 1100000 | 111011 | 11100100 | 111010 | 1001010 | 0 | 1011 | 11111101 | 1001100 | 111000 |
Color Harmonies of #603BE4
Complementary color
Monochromatic Colors of #603BE4
Black with #603BE4
Text Example
Text Example
White with #603BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603BE4; }
p { color: rgb(96,59,228); }
H1.HeaderClassName
{
color: #603BE4;
}
.AnyTagClassName
{
color: #603BE4;
}
</style>
background-color css
<style>
a { background-color: #603BE4; }
a { background-color: rgb(96,59,228); }
div.DivClassName
{
background-color: #603BE4;
}
.BgClassName
{
background-color: #603BE4;
}
</style>
border-color css
<style>
span { border-color: #603BE4; }
span { border-color: rgb(96,59,228); }
td.TdClassName
{
border-color: #603BE4;
}
.TagClassName
{
border-color: #603BE4;
}
</style>