Shades of Purple Heart #603ACC
Tints of Purple Heart #603ACC
RGB
CMYK
RGB Variations
Color information
#603ACC (or 0x603ACC) is known color: Purple Heart. HEX triplet: 60, 3A and CC. RGB value is (96,58,204). Sum of RGB (Red+Green+Blue) = 96+58+204=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 58 (23.05% from 255 or 16.20% from 358); Blue value is 204 (80.08% from 255 or 56.98% from 358); Max value from RGB is 204 - color contains mainly: blue. Hex color #603ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603ACC is #9FC533. Grayscale: #555555. Windows color (decimal): -10470708 or 13384288. OLE color: 13384288.
HSL color Cylindrical-coordinate representation of color #603ACC: hue angle of 255.62º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #603ACC is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 58 | 204 | - |
| CMYK | 0.53 | 0.72 | 0 | 0.2 |
| HSL | 255.62º | 0.59% | 0.51% | - |
| HSV(B) | 255.62º | 0.72% | 0.8% | - |
| XYZ | 17.24 | 9.87 | 58.12 | - |
| YUV | 86.01 | 194.59 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 58 | 204 | 0.53 | 0.72 | 0 | 0.2 | 255.62 | 0.59 | 0.51 |
| Hex | 60 | 3A | CC | 35 | 48 | 0 | 14 | 100 | 3B | 33 |
| Octal | 140 | 72 | 314 | 65 | 110 | 0 | 24 | 400 | 73 | 63 |
| Binary | 1100000 | 111010 | 11001100 | 110101 | 1001000 | 0 | 10100 | 100000000 | 111011 | 110011 |
Color Harmonies of #603ACC
Complementary color
Monochromatic Colors of #603ACC
Black with #603ACC
Text Example
Text Example
White with #603ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603ACC; }
p { color: rgb(96,58,204); }
H1.HeaderClassName
{
color: #603ACC;
}
.AnyTagClassName
{
color: #603ACC;
}
</style>
background-color css
<style>
a { background-color: #603ACC; }
a { background-color: rgb(96,58,204); }
div.DivClassName
{
background-color: #603ACC;
}
.BgClassName
{
background-color: #603ACC;
}
</style>
border-color css
<style>
span { border-color: #603ACC; }
span { border-color: rgb(96,58,204); }
td.TdClassName
{
border-color: #603ACC;
}
.TagClassName
{
border-color: #603ACC;
}
</style>