Shades of Purple Heart #603CCA
Tints of Purple Heart #603CCA
RGB
CMYK
RGB Variations
Color information
#603CCA (or 0x603CCA) is known color: Purple Heart. HEX triplet: 60, 3C and CA. RGB value is (96,60,202). Sum of RGB (Red+Green+Blue) = 96+60+202=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 60 (23.83% from 255 or 16.76% from 358); Blue value is 202 (79.30% from 255 or 56.42% from 358); Max value from RGB is 202 - color contains mainly: blue. Hex color #603CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603CCA is #9FC335. Grayscale: #565656. Windows color (decimal): -10470198 or 13253728. OLE color: 13253728.
HSL color Cylindrical-coordinate representation of color #603CCA: hue angle of 255.21º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #603CCA is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 60 | 202 | - |
| CMYK | 0.52 | 0.70 | 0 | 0.21 |
| HSL | 255.21º | 0.57% | 0.51% | - |
| HSV(B) | 255.21º | 0.7% | 0.79% | - |
| XYZ | 17.1 | 9.98 | 56.9 | - |
| YUV | 86.95 | 192.93 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 60 | 202 | 0.52 | 0.70 | 0 | 0.21 | 255.21 | 0.57 | 0.51 |
| Hex | 60 | 3C | CA | 34 | 46 | 0 | 15 | FF | 39 | 33 |
| Octal | 140 | 74 | 312 | 64 | 106 | 0 | 25 | 377 | 71 | 63 |
| Binary | 1100000 | 111100 | 11001010 | 110100 | 1000110 | 0 | 10101 | 11111111 | 111001 | 110011 |
Color Harmonies of #603CCA
Complementary color
Monochromatic Colors of #603CCA
Black with #603CCA
Text Example
Text Example
White with #603CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603CCA; }
p { color: rgb(96,60,202); }
H1.HeaderClassName
{
color: #603CCA;
}
.AnyTagClassName
{
color: #603CCA;
}
</style>
background-color css
<style>
a { background-color: #603CCA; }
a { background-color: rgb(96,60,202); }
div.DivClassName
{
background-color: #603CCA;
}
.BgClassName
{
background-color: #603CCA;
}
</style>
border-color css
<style>
span { border-color: #603CCA; }
span { border-color: rgb(96,60,202); }
td.TdClassName
{
border-color: #603CCA;
}
.TagClassName
{
border-color: #603CCA;
}
</style>