Shades of Purple Heart #602ECB
Tints of Purple Heart #602ECB
RGB
CMYK
RGB Variations
Color information
#602ECB (or 0x602ECB) is known color: Purple Heart. HEX triplet: 60, 2E and CB. RGB value is (96,46,203). Sum of RGB (Red+Green+Blue) = 96+46+203=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 46 (18.36% from 255 or 13.33% from 345); Blue value is 203 (79.69% from 255 or 58.84% from 345); Max value from RGB is 203 - color contains mainly: blue. Hex color #602ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602ECB is #9FD134. Grayscale: #4E4E4E. Windows color (decimal): -10473781 or 13315680. OLE color: 13315680.
HSL color Cylindrical-coordinate representation of color #602ECB: hue angle of 259.11º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #602ECB is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 46 | 203 | - |
| CMYK | 0.53 | 0.77 | 0 | 0.20 |
| HSL | 259.11º | 0.63% | 0.49% | - |
| HSV(B) | 259.11º | 0.77% | 0.8% | - |
| XYZ | 16.58 | 8.75 | 57.32 | - |
| YUV | 78.85 | 198.07 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 46 | 203 | 0.53 | 0.77 | 0 | 0.20 | 259.11 | 0.63 | 0.49 |
| Hex | 60 | 2E | CB | 35 | 4D | 0 | 14 | 103 | 3F | 31 |
| Octal | 140 | 56 | 313 | 65 | 115 | 0 | 24 | 403 | 77 | 61 |
| Binary | 1100000 | 101110 | 11001011 | 110101 | 1001101 | 0 | 10100 | 100000011 | 111111 | 110001 |
Color Harmonies of #602ECB
Complementary color
Monochromatic Colors of #602ECB
Black with #602ECB
Text Example
Text Example
White with #602ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602ECB; }
p { color: rgb(96,46,203); }
H1.HeaderClassName
{
color: #602ECB;
}
.AnyTagClassName
{
color: #602ECB;
}
</style>
background-color css
<style>
a { background-color: #602ECB; }
a { background-color: rgb(96,46,203); }
div.DivClassName
{
background-color: #602ECB;
}
.BgClassName
{
background-color: #602ECB;
}
</style>
border-color css
<style>
span { border-color: #602ECB; }
span { border-color: rgb(96,46,203); }
td.TdClassName
{
border-color: #602ECB;
}
.TagClassName
{
border-color: #602ECB;
}
</style>