Shades of Purple Heart #603DCA
Tints of Purple Heart #603DCA
RGB
CMYK
RGB Variations
Color information
#603DCA (or 0x603DCA) is known color: Purple Heart. HEX triplet: 60, 3D and CA. RGB value is (96,61,202). Sum of RGB (Red+Green+Blue) = 96+61+202=359 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.74% from 359); Green value is 61 (24.22% from 255 or 16.99% from 359); Blue value is 202 (79.30% from 255 or 56.27% from 359); Max value from RGB is 202 - color contains mainly: blue. Hex color #603DCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603DCA is #9FC235. Grayscale: #575757. Windows color (decimal): -10469942 or 13253984. OLE color: 13253984.
HSL color Cylindrical-coordinate representation of color #603DCA: hue angle of 254.89º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #603DCA is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 61 | 202 | - |
| CMYK | 0.52 | 0.70 | 0 | 0.21 |
| HSL | 254.89º | 0.57% | 0.52% | - |
| HSV(B) | 254.89º | 0.7% | 0.79% | - |
| XYZ | 17.15 | 10.09 | 56.92 | - |
| YUV | 87.54 | 192.6 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 61 | 202 | 0.52 | 0.70 | 0 | 0.21 | 254.89 | 0.57 | 0.52 |
| Hex | 60 | 3D | CA | 34 | 46 | 0 | 15 | FF | 39 | 34 |
| Octal | 140 | 75 | 312 | 64 | 106 | 0 | 25 | 377 | 71 | 64 |
| Binary | 1100000 | 111101 | 11001010 | 110100 | 1000110 | 0 | 10101 | 11111111 | 111001 | 110100 |
Color Harmonies of #603DCA
Complementary color
Monochromatic Colors of #603DCA
Black with #603DCA
Text Example
Text Example
White with #603DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603DCA; }
p { color: rgb(96,61,202); }
H1.HeaderClassName
{
color: #603DCA;
}
.AnyTagClassName
{
color: #603DCA;
}
</style>
background-color css
<style>
a { background-color: #603DCA; }
a { background-color: rgb(96,61,202); }
div.DivClassName
{
background-color: #603DCA;
}
.BgClassName
{
background-color: #603DCA;
}
</style>
border-color css
<style>
span { border-color: #603DCA; }
span { border-color: rgb(96,61,202); }
td.TdClassName
{
border-color: #603DCA;
}
.TagClassName
{
border-color: #603DCA;
}
</style>