Shades of Purple Heart #603EBE
Tints of Purple Heart #603EBE
RGB
CMYK
RGB Variations
Color information
#603EBE (or 0x603EBE) is known color: Purple Heart. HEX triplet: 60, 3E and BE. RGB value is (96,62,190). Sum of RGB (Red+Green+Blue) = 96+62+190=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 62 (24.61% from 255 or 17.82% from 348); Blue value is 190 (74.61% from 255 or 54.60% from 348); Max value from RGB is 190 - color contains mainly: blue. Hex color #603EBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603EBE is #9FC141. Grayscale: #565656. Windows color (decimal): -10469698 or 12467808. OLE color: 12467808.
HSL color Cylindrical-coordinate representation of color #603EBE: hue angle of 255.94º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #603EBE is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 62 | 190 | - |
| CMYK | 0.49 | 0.67 | 0 | 0.25 |
| HSL | 255.94º | 0.51% | 0.49% | - |
| HSV(B) | 255.94º | 0.67% | 0.75% | - |
| XYZ | 15.84 | 9.65 | 49.74 | - |
| YUV | 86.76 | 186.26 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 62 | 190 | 0.49 | 0.67 | 0 | 0.25 | 255.94 | 0.51 | 0.49 |
| Hex | 60 | 3E | BE | 31 | 43 | 0 | 19 | 100 | 33 | 31 |
| Octal | 140 | 76 | 276 | 61 | 103 | 0 | 31 | 400 | 63 | 61 |
| Binary | 1100000 | 111110 | 10111110 | 110001 | 1000011 | 0 | 11001 | 100000000 | 110011 | 110001 |
Color Harmonies of #603EBE
Complementary color
Monochromatic Colors of #603EBE
Black with #603EBE
Text Example
Text Example
White with #603EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603EBE; }
p { color: rgb(96,62,190); }
H1.HeaderClassName
{
color: #603EBE;
}
.AnyTagClassName
{
color: #603EBE;
}
</style>
background-color css
<style>
a { background-color: #603EBE; }
a { background-color: rgb(96,62,190); }
div.DivClassName
{
background-color: #603EBE;
}
.BgClassName
{
background-color: #603EBE;
}
</style>
border-color css
<style>
span { border-color: #603EBE; }
span { border-color: rgb(96,62,190); }
td.TdClassName
{
border-color: #603EBE;
}
.TagClassName
{
border-color: #603EBE;
}
</style>