Shades of Purple Heart #603ADC
Tints of Purple Heart #603ADC
RGB
CMYK
RGB Variations
Color information
#603ADC (or 0x603ADC) is known color: Purple Heart. HEX triplet: 60, 3A and DC. RGB value is (96,58,220). Sum of RGB (Red+Green+Blue) = 96+58+220=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 58 (23.05% from 255 or 15.51% from 374); Blue value is 220 (86.33% from 255 or 58.82% from 374); Max value from RGB is 220 - color contains mainly: blue. Hex color #603ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603ADC is #9FC523. Grayscale: #575757. Windows color (decimal): -10470692 or 14432864. OLE color: 14432864.
HSL color Cylindrical-coordinate representation of color #603ADC: hue angle of 254.07º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #603ADC is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 58 | 220 | - |
| CMYK | 0.56 | 0.74 | 0 | 0.14 |
| HSL | 254.07º | 0.7% | 0.55% | - |
| HSV(B) | 254.07º | 0.74% | 0.86% | - |
| XYZ | 19.26 | 10.68 | 68.76 | - |
| YUV | 87.83 | 202.59 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 58 | 220 | 0.56 | 0.74 | 0 | 0.14 | 254.07 | 0.7 | 0.55 |
| Hex | 60 | 3A | DC | 38 | 4A | 0 | E | FE | 46 | 37 |
| Octal | 140 | 72 | 334 | 70 | 112 | 0 | 16 | 376 | 106 | 67 |
| Binary | 1100000 | 111010 | 11011100 | 111000 | 1001010 | 0 | 1110 | 11111110 | 1000110 | 110111 |
Color Harmonies of #603ADC
Complementary color
Monochromatic Colors of #603ADC
Black with #603ADC
Text Example
Text Example
White with #603ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603ADC; }
p { color: rgb(96,58,220); }
H1.HeaderClassName
{
color: #603ADC;
}
.AnyTagClassName
{
color: #603ADC;
}
</style>
background-color css
<style>
a { background-color: #603ADC; }
a { background-color: rgb(96,58,220); }
div.DivClassName
{
background-color: #603ADC;
}
.BgClassName
{
background-color: #603ADC;
}
</style>
border-color css
<style>
span { border-color: #603ADC; }
span { border-color: rgb(96,58,220); }
td.TdClassName
{
border-color: #603ADC;
}
.TagClassName
{
border-color: #603ADC;
}
</style>