Shades of Purple Heart #603EC8
Tints of Purple Heart #603EC8
RGB
CMYK
RGB Variations
Color information
#603EC8 (or 0x603EC8) is known color: Purple Heart. HEX triplet: 60, 3E and C8. RGB value is (96,62,200). Sum of RGB (Red+Green+Blue) = 96+62+200=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 62 (24.61% from 255 or 17.32% from 358); Blue value is 200 (78.52% from 255 or 55.87% from 358); Max value from RGB is 200 - color contains mainly: blue. Hex color #603EC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603EC8 is #9FC137. Grayscale: #575757. Windows color (decimal): -10469688 or 13123168. OLE color: 13123168.
HSL color Cylindrical-coordinate representation of color #603EC8: hue angle of 254.78º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #603EC8 is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 96 | 62 | 200 | - |
| CMYK | 0.52 | 0.69 | 0 | 0.22 |
| HSL | 254.78º | 0.56% | 0.51% | - |
| HSV(B) | 254.78º | 0.69% | 0.78% | - |
| XYZ | 16.97 | 10.1 | 55.7 | - |
| YUV | 87.9 | 191.26 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 62 | 200 | 0.52 | 0.69 | 0 | 0.22 | 254.78 | 0.56 | 0.51 |
| Hex | 60 | 3E | C8 | 34 | 45 | 0 | 16 | FF | 38 | 33 |
| Octal | 140 | 76 | 310 | 64 | 105 | 0 | 26 | 377 | 70 | 63 |
| Binary | 1100000 | 111110 | 11001000 | 110100 | 1000101 | 0 | 10110 | 11111111 | 111000 | 110011 |
Color Harmonies of #603EC8
Complementary color
Monochromatic Colors of #603EC8
Black with #603EC8
Text Example
Text Example
White with #603EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603EC8; }
p { color: rgb(96,62,200); }
H1.HeaderClassName
{
color: #603EC8;
}
.AnyTagClassName
{
color: #603EC8;
}
</style>
background-color css
<style>
a { background-color: #603EC8; }
a { background-color: rgb(96,62,200); }
div.DivClassName
{
background-color: #603EC8;
}
.BgClassName
{
background-color: #603EC8;
}
</style>
border-color css
<style>
span { border-color: #603EC8; }
span { border-color: rgb(96,62,200); }
td.TdClassName
{
border-color: #603EC8;
}
.TagClassName
{
border-color: #603EC8;
}
</style>