Shades of Purple Heart #603CCB
Tints of Purple Heart #603CCB
RGB
CMYK
RGB Variations
Color information
#603CCB (or 0x603CCB) is known color: Purple Heart. HEX triplet: 60, 3C and CB. RGB value is (96,60,203). Sum of RGB (Red+Green+Blue) = 96+60+203=359 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.74% from 359); Green value is 60 (23.83% from 255 or 16.71% from 359); Blue value is 203 (79.69% from 255 or 56.55% from 359); Max value from RGB is 203 - color contains mainly: blue. Hex color #603CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603CCB is #9FC334. Grayscale: #565656. Windows color (decimal): -10470197 or 13319264. OLE color: 13319264.
HSL color Cylindrical-coordinate representation of color #603CCB: hue angle of 255.1º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #603CCB is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 60 | 203 | - |
| CMYK | 0.53 | 0.70 | 0 | 0.20 |
| HSL | 255.1º | 0.58% | 0.52% | - |
| HSV(B) | 255.1º | 0.7% | 0.8% | - |
| XYZ | 17.22 | 10.03 | 57.53 | - |
| YUV | 87.07 | 193.43 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 60 | 203 | 0.53 | 0.70 | 0 | 0.20 | 255.1 | 0.58 | 0.52 |
| Hex | 60 | 3C | CB | 35 | 46 | 0 | 14 | FF | 3A | 34 |
| Octal | 140 | 74 | 313 | 65 | 106 | 0 | 24 | 377 | 72 | 64 |
| Binary | 1100000 | 111100 | 11001011 | 110101 | 1000110 | 0 | 10100 | 11111111 | 111010 | 110100 |
Color Harmonies of #603CCB
Complementary color
Monochromatic Colors of #603CCB
Black with #603CCB
Text Example
Text Example
White with #603CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603CCB; }
p { color: rgb(96,60,203); }
H1.HeaderClassName
{
color: #603CCB;
}
.AnyTagClassName
{
color: #603CCB;
}
</style>
background-color css
<style>
a { background-color: #603CCB; }
a { background-color: rgb(96,60,203); }
div.DivClassName
{
background-color: #603CCB;
}
.BgClassName
{
background-color: #603CCB;
}
</style>
border-color css
<style>
span { border-color: #603CCB; }
span { border-color: rgb(96,60,203); }
td.TdClassName
{
border-color: #603CCB;
}
.TagClassName
{
border-color: #603CCB;
}
</style>