Shades of Purple Heart #603CDA
Tints of Purple Heart #603CDA
RGB
CMYK
RGB Variations
Color information
#603CDA (or 0x603CDA) is known color: Purple Heart. HEX triplet: 60, 3C and DA. RGB value is (96,60,218). Sum of RGB (Red+Green+Blue) = 96+60+218=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 60 (23.83% from 255 or 16.04% from 374); Blue value is 218 (85.55% from 255 or 58.29% from 374); Max value from RGB is 218 - color contains mainly: blue. Hex color #603CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603CDA is #9FC325. Grayscale: #585858. Windows color (decimal): -10470182 or 14302304. OLE color: 14302304.
HSL color Cylindrical-coordinate representation of color #603CDA: hue angle of 253.67º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #603CDA is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 60 | 218 | - |
| CMYK | 0.56 | 0.72 | 0 | 0.15 |
| HSL | 253.67º | 0.68% | 0.55% | - |
| HSV(B) | 253.67º | 0.72% | 0.85% | - |
| XYZ | 19.09 | 10.78 | 67.4 | - |
| YUV | 88.78 | 200.93 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 60 | 218 | 0.56 | 0.72 | 0 | 0.15 | 253.67 | 0.68 | 0.55 |
| Hex | 60 | 3C | DA | 38 | 48 | 0 | F | FE | 44 | 37 |
| Octal | 140 | 74 | 332 | 70 | 110 | 0 | 17 | 376 | 104 | 67 |
| Binary | 1100000 | 111100 | 11011010 | 111000 | 1001000 | 0 | 1111 | 11111110 | 1000100 | 110111 |
Color Harmonies of #603CDA
Complementary color
Monochromatic Colors of #603CDA
Black with #603CDA
Text Example
Text Example
White with #603CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603CDA; }
p { color: rgb(96,60,218); }
H1.HeaderClassName
{
color: #603CDA;
}
.AnyTagClassName
{
color: #603CDA;
}
</style>
background-color css
<style>
a { background-color: #603CDA; }
a { background-color: rgb(96,60,218); }
div.DivClassName
{
background-color: #603CDA;
}
.BgClassName
{
background-color: #603CDA;
}
</style>
border-color css
<style>
span { border-color: #603CDA; }
span { border-color: rgb(96,60,218); }
td.TdClassName
{
border-color: #603CDA;
}
.TagClassName
{
border-color: #603CDA;
}
</style>