Shades of Purple Heart #603ACB
Tints of Purple Heart #603ACB
RGB
CMYK
RGB Variations
Color information
#603ACB (or 0x603ACB) is known color: Purple Heart. HEX triplet: 60, 3A and CB. RGB value is (96,58,203). Sum of RGB (Red+Green+Blue) = 96+58+203=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 58 (23.05% from 255 or 16.25% from 357); Blue value is 203 (79.69% from 255 or 56.86% from 357); Max value from RGB is 203 - color contains mainly: blue. Hex color #603ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603ACB is #9FC534. Grayscale: #555555. Windows color (decimal): -10470709 or 13318752. OLE color: 13318752.
HSL color Cylindrical-coordinate representation of color #603ACB: hue angle of 255.72º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #603ACB is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 58 | 203 | - |
| CMYK | 0.53 | 0.71 | 0 | 0.20 |
| HSL | 255.72º | 0.58% | 0.51% | - |
| HSV(B) | 255.72º | 0.71% | 0.8% | - |
| XYZ | 17.12 | 9.82 | 57.49 | - |
| YUV | 85.89 | 194.09 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 58 | 203 | 0.53 | 0.71 | 0 | 0.20 | 255.72 | 0.58 | 0.51 |
| Hex | 60 | 3A | CB | 35 | 47 | 0 | 14 | 100 | 3A | 33 |
| Octal | 140 | 72 | 313 | 65 | 107 | 0 | 24 | 400 | 72 | 63 |
| Binary | 1100000 | 111010 | 11001011 | 110101 | 1000111 | 0 | 10100 | 100000000 | 111010 | 110011 |
Color Harmonies of #603ACB
Complementary color
Monochromatic Colors of #603ACB
Black with #603ACB
Text Example
Text Example
White with #603ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603ACB; }
p { color: rgb(96,58,203); }
H1.HeaderClassName
{
color: #603ACB;
}
.AnyTagClassName
{
color: #603ACB;
}
</style>
background-color css
<style>
a { background-color: #603ACB; }
a { background-color: rgb(96,58,203); }
div.DivClassName
{
background-color: #603ACB;
}
.BgClassName
{
background-color: #603ACB;
}
</style>
border-color css
<style>
span { border-color: #603ACB; }
span { border-color: rgb(96,58,203); }
td.TdClassName
{
border-color: #603ACB;
}
.TagClassName
{
border-color: #603ACB;
}
</style>