Shades of Purple Heart #603FB5
Tints of Purple Heart #603FB5
RGB
CMYK
RGB Variations
Color information
#603FB5 (or 0x603FB5) is known color: Purple Heart. HEX triplet: 60, 3F and B5. RGB value is (96,63,181). Sum of RGB (Red+Green+Blue) = 96+63+181=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 63 (25% from 255 or 18.53% from 340); Blue value is 181 (71.09% from 255 or 53.24% from 340); Max value from RGB is 181 - color contains mainly: blue. Hex color #603FB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603FB5 is #9FC04A. Grayscale: #555555. Windows color (decimal): -10469451 or 11878240. OLE color: 11878240.
HSL color Cylindrical-coordinate representation of color #603FB5: hue angle of 256.78º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #603FB5 is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 63 | 181 | - |
| CMYK | 0.47 | 0.65 | 0 | 0.29 |
| HSL | 256.78º | 0.48% | 0.48% | - |
| HSV(B) | 256.78º | 0.65% | 0.71% | - |
| XYZ | 14.94 | 9.38 | 44.74 | - |
| YUV | 86.32 | 181.43 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 181 | 0.47 | 0.65 | 0 | 0.29 | 256.78 | 0.48 | 0.48 |
| Hex | 60 | 3F | B5 | 2F | 41 | 0 | 1D | 101 | 30 | 30 |
| Octal | 140 | 77 | 265 | 57 | 101 | 0 | 35 | 401 | 60 | 60 |
| Binary | 1100000 | 111111 | 10110101 | 101111 | 1000001 | 0 | 11101 | 100000001 | 110000 | 110000 |
Color Harmonies of #603FB5
Complementary color
Monochromatic Colors of #603FB5
Black with #603FB5
Text Example
Text Example
White with #603FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603FB5; }
p { color: rgb(96,63,181); }
H1.HeaderClassName
{
color: #603FB5;
}
.AnyTagClassName
{
color: #603FB5;
}
</style>
background-color css
<style>
a { background-color: #603FB5; }
a { background-color: rgb(96,63,181); }
div.DivClassName
{
background-color: #603FB5;
}
.BgClassName
{
background-color: #603FB5;
}
</style>
border-color css
<style>
span { border-color: #603FB5; }
span { border-color: rgb(96,63,181); }
td.TdClassName
{
border-color: #603FB5;
}
.TagClassName
{
border-color: #603FB5;
}
</style>