Shades of Purple Heart #603BB2
Tints of Purple Heart #603BB2
RGB
CMYK
RGB Variations
Color information
#603BB2 (or 0x603BB2) is known color: Purple Heart. HEX triplet: 60, 3B and B2. RGB value is (96,59,178). Sum of RGB (Red+Green+Blue) = 96+59+178=333 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.83% from 333); Green value is 59 (23.44% from 255 or 17.72% from 333); Blue value is 178 (69.92% from 255 or 53.45% from 333); Max value from RGB is 178 - color contains mainly: blue. Hex color #603BB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603BB2 is #9FC44D. Grayscale: #535353. Windows color (decimal): -10470478 or 11680608. OLE color: 11680608.
HSL color Cylindrical-coordinate representation of color #603BB2: hue angle of 258.66º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #603BB2 is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 96 | 59 | 178 | - |
| CMYK | 0.46 | 0.67 | 0 | 0.30 |
| HSL | 258.66º | 0.5% | 0.46% | - |
| HSV(B) | 258.66º | 0.67% | 0.7% | - |
| XYZ | 14.42 | 8.83 | 43.06 | - |
| YUV | 83.63 | 181.26 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 59 | 178 | 0.46 | 0.67 | 0 | 0.30 | 258.66 | 0.5 | 0.46 |
| Hex | 60 | 3B | B2 | 2E | 43 | 0 | 1E | 103 | 32 | 2E |
| Octal | 140 | 73 | 262 | 56 | 103 | 0 | 36 | 403 | 62 | 56 |
| Binary | 1100000 | 111011 | 10110010 | 101110 | 1000011 | 0 | 11110 | 100000011 | 110010 | 101110 |
Color Harmonies of #603BB2
Complementary color
Monochromatic Colors of #603BB2
Black with #603BB2
Text Example
Text Example
White with #603BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603BB2; }
p { color: rgb(96,59,178); }
H1.HeaderClassName
{
color: #603BB2;
}
.AnyTagClassName
{
color: #603BB2;
}
</style>
background-color css
<style>
a { background-color: #603BB2; }
a { background-color: rgb(96,59,178); }
div.DivClassName
{
background-color: #603BB2;
}
.BgClassName
{
background-color: #603BB2;
}
</style>
border-color css
<style>
span { border-color: #603BB2; }
span { border-color: rgb(96,59,178); }
td.TdClassName
{
border-color: #603BB2;
}
.TagClassName
{
border-color: #603BB2;
}
</style>