Shades of Purple Heart #603FC0
Tints of Purple Heart #603FC0
RGB
CMYK
RGB Variations
Color information
#603FC0 (or 0x603FC0) is known color: Purple Heart. HEX triplet: 60, 3F and C0. RGB value is (96,63,192). Sum of RGB (Red+Green+Blue) = 96+63+192=351 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.35% from 351); Green value is 63 (25% from 255 or 17.95% from 351); Blue value is 192 (75.39% from 255 or 54.70% from 351); Max value from RGB is 192 - color contains mainly: blue. Hex color #603FC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603FC0 is #9FC03F. Grayscale: #575757. Windows color (decimal): -10469440 or 12599136. OLE color: 12599136.
HSL color Cylindrical-coordinate representation of color #603FC0: hue angle of 255.35º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #603FC0 is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 63 | 192 | - |
| CMYK | 0.50 | 0.67 | 0 | 0.25 |
| HSL | 255.35º | 0.51% | 0.5% | - |
| HSV(B) | 255.35º | 0.67% | 0.75% | - |
| XYZ | 16.12 | 9.85 | 50.92 | - |
| YUV | 87.57 | 186.93 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 192 | 0.50 | 0.67 | 0 | 0.25 | 255.35 | 0.51 | 0.5 |
| Hex | 60 | 3F | C0 | 32 | 43 | 0 | 19 | FF | 33 | 32 |
| Octal | 140 | 77 | 300 | 62 | 103 | 0 | 31 | 377 | 63 | 62 |
| Binary | 1100000 | 111111 | 11000000 | 110010 | 1000011 | 0 | 11001 | 11111111 | 110011 | 110010 |
Color Harmonies of #603FC0
Complementary color
Monochromatic Colors of #603FC0
Black with #603FC0
Text Example
Text Example
White with #603FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603FC0; }
p { color: rgb(96,63,192); }
H1.HeaderClassName
{
color: #603FC0;
}
.AnyTagClassName
{
color: #603FC0;
}
</style>
background-color css
<style>
a { background-color: #603FC0; }
a { background-color: rgb(96,63,192); }
div.DivClassName
{
background-color: #603FC0;
}
.BgClassName
{
background-color: #603FC0;
}
</style>
border-color css
<style>
span { border-color: #603FC0; }
span { border-color: rgb(96,63,192); }
td.TdClassName
{
border-color: #603FC0;
}
.TagClassName
{
border-color: #603FC0;
}
</style>