Shades of Purple Heart #602ACB
Tints of Purple Heart #602ACB
RGB
CMYK
RGB Variations
Color information
#602ACB (or 0x602ACB) is known color: Purple Heart. HEX triplet: 60, 2A and CB. RGB value is (96,42,203). Sum of RGB (Red+Green+Blue) = 96+42+203=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 42 (16.80% from 255 or 12.32% from 341); Blue value is 203 (79.69% from 255 or 59.53% from 341); Max value from RGB is 203 - color contains mainly: blue. Hex color #602ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602ACB is #9FD534. Grayscale: #4B4B4B. Windows color (decimal): -10474805 or 13314656. OLE color: 13314656.
HSL color Cylindrical-coordinate representation of color #602ACB: hue angle of 260.12º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #602ACB is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 42 | 203 | - |
| CMYK | 0.53 | 0.79 | 0 | 0.20 |
| HSL | 260.12º | 0.66% | 0.48% | - |
| HSV(B) | 260.12º | 0.79% | 0.8% | - |
| XYZ | 16.43 | 8.45 | 57.27 | - |
| YUV | 76.5 | 199.39 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 42 | 203 | 0.53 | 0.79 | 0 | 0.20 | 260.12 | 0.66 | 0.48 |
| Hex | 60 | 2A | CB | 35 | 4F | 0 | 14 | 104 | 42 | 30 |
| Octal | 140 | 52 | 313 | 65 | 117 | 0 | 24 | 404 | 102 | 60 |
| Binary | 1100000 | 101010 | 11001011 | 110101 | 1001111 | 0 | 10100 | 100000100 | 1000010 | 110000 |
Color Harmonies of #602ACB
Complementary color
Monochromatic Colors of #602ACB
Black with #602ACB
Text Example
Text Example
White with #602ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602ACB; }
p { color: rgb(96,42,203); }
H1.HeaderClassName
{
color: #602ACB;
}
.AnyTagClassName
{
color: #602ACB;
}
</style>
background-color css
<style>
a { background-color: #602ACB; }
a { background-color: rgb(96,42,203); }
div.DivClassName
{
background-color: #602ACB;
}
.BgClassName
{
background-color: #602ACB;
}
</style>
border-color css
<style>
span { border-color: #602ACB; }
span { border-color: rgb(96,42,203); }
td.TdClassName
{
border-color: #602ACB;
}
.TagClassName
{
border-color: #602ACB;
}
</style>