Shades of Purple Heart #603CC1
Tints of Purple Heart #603CC1
RGB
CMYK
RGB Variations
Color information
#603CC1 (or 0x603CC1) is known color: Purple Heart. HEX triplet: 60, 3C and C1. RGB value is (96,60,193). Sum of RGB (Red+Green+Blue) = 96+60+193=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 193 (75.78% from 255 or 55.30% from 349); Max value from RGB is 193 - color contains mainly: blue. Hex color #603CC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603CC1 is #9FC33E. Grayscale: #555555. Windows color (decimal): -10470207 or 12663904. OLE color: 12663904.
HSL color Cylindrical-coordinate representation of color #603CC1: hue angle of 256.24º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #603CC1 is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 60 | 193 | - |
| CMYK | 0.50 | 0.69 | 0 | 0.24 |
| HSL | 256.24º | 0.53% | 0.5% | - |
| HSV(B) | 256.24º | 0.69% | 0.76% | - |
| XYZ | 16.07 | 9.57 | 51.45 | - |
| YUV | 85.93 | 188.43 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 60 | 193 | 0.50 | 0.69 | 0 | 0.24 | 256.24 | 0.53 | 0.5 |
| Hex | 60 | 3C | C1 | 32 | 45 | 0 | 18 | 100 | 35 | 32 |
| Octal | 140 | 74 | 301 | 62 | 105 | 0 | 30 | 400 | 65 | 62 |
| Binary | 1100000 | 111100 | 11000001 | 110010 | 1000101 | 0 | 11000 | 100000000 | 110101 | 110010 |
Color Harmonies of #603CC1
Complementary color
Monochromatic Colors of #603CC1
Black with #603CC1
Text Example
Text Example
White with #603CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603CC1; }
p { color: rgb(96,60,193); }
H1.HeaderClassName
{
color: #603CC1;
}
.AnyTagClassName
{
color: #603CC1;
}
</style>
background-color css
<style>
a { background-color: #603CC1; }
a { background-color: rgb(96,60,193); }
div.DivClassName
{
background-color: #603CC1;
}
.BgClassName
{
background-color: #603CC1;
}
</style>
border-color css
<style>
span { border-color: #603CC1; }
span { border-color: rgb(96,60,193); }
td.TdClassName
{
border-color: #603CC1;
}
.TagClassName
{
border-color: #603CC1;
}
</style>