Shades of Purple Heart #603FB6
Tints of Purple Heart #603FB6
RGB
CMYK
RGB Variations
Color information
#603FB6 (or 0x603FB6) is known color: Purple Heart. HEX triplet: 60, 3F and B6. RGB value is (96,63,182). Sum of RGB (Red+Green+Blue) = 96+63+182=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 182 (71.48% from 255 or 53.37% from 341); Max value from RGB is 182 - color contains mainly: blue. Hex color #603FB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603FB6 is #9FC049. Grayscale: #555555. Windows color (decimal): -10469450 or 11943776. OLE color: 11943776.
HSL color Cylindrical-coordinate representation of color #603FB6: hue angle of 256.64º degrees, saturation: 0.49, 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 #603FB6 is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 63 | 182 | - |
| CMYK | 0.47 | 0.65 | 0 | 0.29 |
| HSL | 256.64º | 0.49% | 0.48% | - |
| HSV(B) | 256.64º | 0.65% | 0.71% | - |
| XYZ | 15.04 | 9.42 | 45.28 | - |
| YUV | 86.43 | 181.93 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 182 | 0.47 | 0.65 | 0 | 0.29 | 256.64 | 0.49 | 0.48 |
| Hex | 60 | 3F | B6 | 2F | 41 | 0 | 1D | 101 | 31 | 30 |
| Octal | 140 | 77 | 266 | 57 | 101 | 0 | 35 | 401 | 61 | 60 |
| Binary | 1100000 | 111111 | 10110110 | 101111 | 1000001 | 0 | 11101 | 100000001 | 110001 | 110000 |
Color Harmonies of #603FB6
Complementary color
Monochromatic Colors of #603FB6
Black with #603FB6
Text Example
Text Example
White with #603FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603FB6; }
p { color: rgb(96,63,182); }
H1.HeaderClassName
{
color: #603FB6;
}
.AnyTagClassName
{
color: #603FB6;
}
</style>
background-color css
<style>
a { background-color: #603FB6; }
a { background-color: rgb(96,63,182); }
div.DivClassName
{
background-color: #603FB6;
}
.BgClassName
{
background-color: #603FB6;
}
</style>
border-color css
<style>
span { border-color: #603FB6; }
span { border-color: rgb(96,63,182); }
td.TdClassName
{
border-color: #603FB6;
}
.TagClassName
{
border-color: #603FB6;
}
</style>