Shades of Purple Heart #603DBE
Tints of Purple Heart #603DBE
RGB
CMYK
RGB Variations
Color information
#603DBE (or 0x603DBE) is known color: Purple Heart. HEX triplet: 60, 3D and BE. RGB value is (96,61,190). Sum of RGB (Red+Green+Blue) = 96+61+190=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 61 (24.22% from 255 or 17.58% from 347); Blue value is 190 (74.61% from 255 or 54.76% from 347); Max value from RGB is 190 - color contains mainly: blue. Hex color #603DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603DBE is #9FC241. Grayscale: #555555. Windows color (decimal): -10469954 or 12467552. OLE color: 12467552.
HSL color Cylindrical-coordinate representation of color #603DBE: hue angle of 256.28º degrees, saturation: 0.51, 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 #603DBE is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 61 | 190 | - |
| CMYK | 0.49 | 0.68 | 0 | 0.25 |
| HSL | 256.28º | 0.51% | 0.49% | - |
| HSV(B) | 256.28º | 0.68% | 0.75% | - |
| XYZ | 15.79 | 9.54 | 49.72 | - |
| YUV | 86.17 | 186.6 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 61 | 190 | 0.49 | 0.68 | 0 | 0.25 | 256.28 | 0.51 | 0.49 |
| Hex | 60 | 3D | BE | 31 | 44 | 0 | 19 | 100 | 33 | 31 |
| Octal | 140 | 75 | 276 | 61 | 104 | 0 | 31 | 400 | 63 | 61 |
| Binary | 1100000 | 111101 | 10111110 | 110001 | 1000100 | 0 | 11001 | 100000000 | 110011 | 110001 |
Color Harmonies of #603DBE
Complementary color
Monochromatic Colors of #603DBE
Black with #603DBE
Text Example
Text Example
White with #603DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603DBE; }
p { color: rgb(96,61,190); }
H1.HeaderClassName
{
color: #603DBE;
}
.AnyTagClassName
{
color: #603DBE;
}
</style>
background-color css
<style>
a { background-color: #603DBE; }
a { background-color: rgb(96,61,190); }
div.DivClassName
{
background-color: #603DBE;
}
.BgClassName
{
background-color: #603DBE;
}
</style>
border-color css
<style>
span { border-color: #603DBE; }
span { border-color: rgb(96,61,190); }
td.TdClassName
{
border-color: #603DBE;
}
.TagClassName
{
border-color: #603DBE;
}
</style>