Shades of Purple Heart #603FC9
Tints of Purple Heart #603FC9
RGB
CMYK
RGB Variations
Color information
#603FC9 (or 0x603FC9) is known color: Purple Heart. HEX triplet: 60, 3F and C9. RGB value is (96,63,201). Sum of RGB (Red+Green+Blue) = 96+63+201=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 63 (25% from 255 or 17.5% from 360); Blue value is 201 (78.91% from 255 or 55.83% from 360); Max value from RGB is 201 - color contains mainly: blue. Hex color #603FC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603FC9 is #9FC036. Grayscale: #585858. Windows color (decimal): -10469431 or 13188960. OLE color: 13188960.
HSL color Cylindrical-coordinate representation of color #603FC9: hue angle of 254.35º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #603FC9 is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 63 | 201 | - |
| CMYK | 0.52 | 0.69 | 0 | 0.21 |
| HSL | 254.35º | 0.56% | 0.52% | - |
| HSV(B) | 254.35º | 0.69% | 0.79% | - |
| XYZ | 17.14 | 10.26 | 56.33 | - |
| YUV | 88.6 | 191.43 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 201 | 0.52 | 0.69 | 0 | 0.21 | 254.35 | 0.56 | 0.52 |
| Hex | 60 | 3F | C9 | 34 | 45 | 0 | 15 | FE | 38 | 34 |
| Octal | 140 | 77 | 311 | 64 | 105 | 0 | 25 | 376 | 70 | 64 |
| Binary | 1100000 | 111111 | 11001001 | 110100 | 1000101 | 0 | 10101 | 11111110 | 111000 | 110100 |
Color Harmonies of #603FC9
Complementary color
Monochromatic Colors of #603FC9
Black with #603FC9
Text Example
Text Example
White with #603FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603FC9; }
p { color: rgb(96,63,201); }
H1.HeaderClassName
{
color: #603FC9;
}
.AnyTagClassName
{
color: #603FC9;
}
</style>
background-color css
<style>
a { background-color: #603FC9; }
a { background-color: rgb(96,63,201); }
div.DivClassName
{
background-color: #603FC9;
}
.BgClassName
{
background-color: #603FC9;
}
</style>
border-color css
<style>
span { border-color: #603FC9; }
span { border-color: rgb(96,63,201); }
td.TdClassName
{
border-color: #603FC9;
}
.TagClassName
{
border-color: #603FC9;
}
</style>