Shades of Purple Heart #603ABC
Tints of Purple Heart #603ABC
RGB
CMYK
RGB Variations
Color information
#603ABC (or 0x603ABC) is known color: Purple Heart. HEX triplet: 60, 3A and BC. RGB value is (96,58,188). Sum of RGB (Red+Green+Blue) = 96+58+188=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 188 (73.83% from 255 or 54.97% from 342); Max value from RGB is 188 - color contains mainly: blue. Hex color #603ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603ABC is #9FC543. Grayscale: #535353. Windows color (decimal): -10470724 or 12335712. OLE color: 12335712.
HSL color Cylindrical-coordinate representation of color #603ABC: hue angle of 257.54º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #603ABC is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 58 | 188 | - |
| CMYK | 0.49 | 0.69 | 0 | 0.26 |
| HSL | 257.54º | 0.53% | 0.48% | - |
| HSV(B) | 257.54º | 0.69% | 0.74% | - |
| XYZ | 15.41 | 9.14 | 48.53 | - |
| YUV | 84.18 | 186.59 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 58 | 188 | 0.49 | 0.69 | 0 | 0.26 | 257.54 | 0.53 | 0.48 |
| Hex | 60 | 3A | BC | 31 | 45 | 0 | 1A | 102 | 35 | 30 |
| Octal | 140 | 72 | 274 | 61 | 105 | 0 | 32 | 402 | 65 | 60 |
| Binary | 1100000 | 111010 | 10111100 | 110001 | 1000101 | 0 | 11010 | 100000010 | 110101 | 110000 |
Color Harmonies of #603ABC
Complementary color
Monochromatic Colors of #603ABC
Black with #603ABC
Text Example
Text Example
White with #603ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603ABC; }
p { color: rgb(96,58,188); }
H1.HeaderClassName
{
color: #603ABC;
}
.AnyTagClassName
{
color: #603ABC;
}
</style>
background-color css
<style>
a { background-color: #603ABC; }
a { background-color: rgb(96,58,188); }
div.DivClassName
{
background-color: #603ABC;
}
.BgClassName
{
background-color: #603ABC;
}
</style>
border-color css
<style>
span { border-color: #603ABC; }
span { border-color: rgb(96,58,188); }
td.TdClassName
{
border-color: #603ABC;
}
.TagClassName
{
border-color: #603ABC;
}
</style>