Shades of Purple Heart #603DCD
Tints of Purple Heart #603DCD
RGB
CMYK
RGB Variations
Color information
#603DCD (or 0x603DCD) is known color: Purple Heart. HEX triplet: 60, 3D and CD. RGB value is (96,61,205). Sum of RGB (Red+Green+Blue) = 96+61+205=362 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.52% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 205 (80.47% from 255 or 56.63% from 362); Max value from RGB is 205 - color contains mainly: blue. Hex color #603DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603DCD is #9FC232. Grayscale: #575757. Windows color (decimal): -10469939 or 13450592. OLE color: 13450592.
HSL color Cylindrical-coordinate representation of color #603DCD: hue angle of 254.58º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #603DCD is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 61 | 205 | - |
| CMYK | 0.53 | 0.70 | 0 | 0.20 |
| HSL | 254.58º | 0.59% | 0.52% | - |
| HSV(B) | 254.58º | 0.7% | 0.8% | - |
| XYZ | 17.51 | 10.23 | 58.81 | - |
| YUV | 87.88 | 194.1 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 61 | 205 | 0.53 | 0.70 | 0 | 0.20 | 254.58 | 0.59 | 0.52 |
| Hex | 60 | 3D | CD | 35 | 46 | 0 | 14 | FF | 3B | 34 |
| Octal | 140 | 75 | 315 | 65 | 106 | 0 | 24 | 377 | 73 | 64 |
| Binary | 1100000 | 111101 | 11001101 | 110101 | 1000110 | 0 | 10100 | 11111111 | 111011 | 110100 |
Color Harmonies of #603DCD
Complementary color
Monochromatic Colors of #603DCD
Black with #603DCD
Text Example
Text Example
White with #603DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603DCD; }
p { color: rgb(96,61,205); }
H1.HeaderClassName
{
color: #603DCD;
}
.AnyTagClassName
{
color: #603DCD;
}
</style>
background-color css
<style>
a { background-color: #603DCD; }
a { background-color: rgb(96,61,205); }
div.DivClassName
{
background-color: #603DCD;
}
.BgClassName
{
background-color: #603DCD;
}
</style>
border-color css
<style>
span { border-color: #603DCD; }
span { border-color: rgb(96,61,205); }
td.TdClassName
{
border-color: #603DCD;
}
.TagClassName
{
border-color: #603DCD;
}
</style>