Shades of Purple Heart #603FC8
Tints of Purple Heart #603FC8
RGB
CMYK
RGB Variations
Color information
#603FC8 (or 0x603FC8) is known color: Purple Heart. HEX triplet: 60, 3F and C8. RGB value is (96,63,200). Sum of RGB (Red+Green+Blue) = 96+63+200=359 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.74% from 359); Green value is 63 (25% from 255 or 17.55% from 359); Blue value is 200 (78.52% from 255 or 55.71% from 359); Max value from RGB is 200 - color contains mainly: blue. Hex color #603FC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603FC8 is #9FC037. Grayscale: #575757. Windows color (decimal): -10469432 or 13123424. OLE color: 13123424.
HSL color Cylindrical-coordinate representation of color #603FC8: hue angle of 254.45º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #603FC8 is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 96 | 63 | 200 | - |
| CMYK | 0.52 | 0.68 | 0 | 0.22 |
| HSL | 254.45º | 0.55% | 0.52% | - |
| HSV(B) | 254.45º | 0.69% | 0.78% | - |
| XYZ | 17.03 | 10.21 | 55.72 | - |
| YUV | 88.49 | 190.93 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 200 | 0.52 | 0.68 | 0 | 0.22 | 254.45 | 0.55 | 0.52 |
| Hex | 60 | 3F | C8 | 34 | 44 | 0 | 16 | FE | 37 | 34 |
| Octal | 140 | 77 | 310 | 64 | 104 | 0 | 26 | 376 | 67 | 64 |
| Binary | 1100000 | 111111 | 11001000 | 110100 | 1000100 | 0 | 10110 | 11111110 | 110111 | 110100 |
Color Harmonies of #603FC8
Complementary color
Monochromatic Colors of #603FC8
Black with #603FC8
Text Example
Text Example
White with #603FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603FC8; }
p { color: rgb(96,63,200); }
H1.HeaderClassName
{
color: #603FC8;
}
.AnyTagClassName
{
color: #603FC8;
}
</style>
background-color css
<style>
a { background-color: #603FC8; }
a { background-color: rgb(96,63,200); }
div.DivClassName
{
background-color: #603FC8;
}
.BgClassName
{
background-color: #603FC8;
}
</style>
border-color css
<style>
span { border-color: #603FC8; }
span { border-color: rgb(96,63,200); }
td.TdClassName
{
border-color: #603FC8;
}
.TagClassName
{
border-color: #603FC8;
}
</style>