Shades of Purple Heart #603BDA
Tints of Purple Heart #603BDA
RGB
CMYK
RGB Variations
Color information
#603BDA (or 0x603BDA) is known color: Purple Heart. HEX triplet: 60, 3B and DA. RGB value is (96,59,218). Sum of RGB (Red+Green+Blue) = 96+59+218=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 59 (23.44% from 255 or 15.82% from 373); Blue value is 218 (85.55% from 255 or 58.45% from 373); Max value from RGB is 218 - color contains mainly: blue. Hex color #603BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603BDA is #9FC425. Grayscale: #575757. Windows color (decimal): -10470438 or 14302048. OLE color: 14302048.
HSL color Cylindrical-coordinate representation of color #603BDA: hue angle of 253.96º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #603BDA is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 59 | 218 | - |
| CMYK | 0.56 | 0.73 | 0 | 0.15 |
| HSL | 253.96º | 0.68% | 0.54% | - |
| HSV(B) | 253.96º | 0.73% | 0.85% | - |
| XYZ | 19.04 | 10.68 | 67.39 | - |
| YUV | 88.19 | 201.26 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 59 | 218 | 0.56 | 0.73 | 0 | 0.15 | 253.96 | 0.68 | 0.54 |
| Hex | 60 | 3B | DA | 38 | 49 | 0 | F | FE | 44 | 36 |
| Octal | 140 | 73 | 332 | 70 | 111 | 0 | 17 | 376 | 104 | 66 |
| Binary | 1100000 | 111011 | 11011010 | 111000 | 1001001 | 0 | 1111 | 11111110 | 1000100 | 110110 |
Color Harmonies of #603BDA
Complementary color
Monochromatic Colors of #603BDA
Black with #603BDA
Text Example
Text Example
White with #603BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603BDA; }
p { color: rgb(96,59,218); }
H1.HeaderClassName
{
color: #603BDA;
}
.AnyTagClassName
{
color: #603BDA;
}
</style>
background-color css
<style>
a { background-color: #603BDA; }
a { background-color: rgb(96,59,218); }
div.DivClassName
{
background-color: #603BDA;
}
.BgClassName
{
background-color: #603BDA;
}
</style>
border-color css
<style>
span { border-color: #603BDA; }
span { border-color: rgb(96,59,218); }
td.TdClassName
{
border-color: #603BDA;
}
.TagClassName
{
border-color: #603BDA;
}
</style>