Shades of Purple Heart #602AC1
Tints of Purple Heart #602AC1
RGB
CMYK
RGB Variations
Color information
#602AC1 (or 0x602AC1) is known color: Purple Heart. HEX triplet: 60, 2A and C1. RGB value is (96,42,193). Sum of RGB (Red+Green+Blue) = 96+42+193=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 42 (16.80% from 255 or 12.69% from 331); Blue value is 193 (75.78% from 255 or 58.31% from 331); Max value from RGB is 193 - color contains mainly: blue. Hex color #602AC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602AC1 is #9FD53E. Grayscale: #4A4A4A. Windows color (decimal): -10474815 or 12659296. OLE color: 12659296.
HSL color Cylindrical-coordinate representation of color #602AC1: hue angle of 261.46º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #602AC1 is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 42 | 193 | - |
| CMYK | 0.50 | 0.78 | 0 | 0.24 |
| HSL | 261.46º | 0.64% | 0.46% | - |
| HSV(B) | 261.46º | 0.78% | 0.76% | - |
| XYZ | 15.28 | 7.99 | 51.19 | - |
| YUV | 75.36 | 194.39 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 42 | 193 | 0.50 | 0.78 | 0 | 0.24 | 261.46 | 0.64 | 0.46 |
| Hex | 60 | 2A | C1 | 32 | 4E | 0 | 18 | 105 | 40 | 2E |
| Octal | 140 | 52 | 301 | 62 | 116 | 0 | 30 | 405 | 100 | 56 |
| Binary | 1100000 | 101010 | 11000001 | 110010 | 1001110 | 0 | 11000 | 100000101 | 1000000 | 101110 |
Color Harmonies of #602AC1
Complementary color
Monochromatic Colors of #602AC1
Black with #602AC1
Text Example
Text Example
White with #602AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602AC1; }
p { color: rgb(96,42,193); }
H1.HeaderClassName
{
color: #602AC1;
}
.AnyTagClassName
{
color: #602AC1;
}
</style>
background-color css
<style>
a { background-color: #602AC1; }
a { background-color: rgb(96,42,193); }
div.DivClassName
{
background-color: #602AC1;
}
.BgClassName
{
background-color: #602AC1;
}
</style>
border-color css
<style>
span { border-color: #602AC1; }
span { border-color: rgb(96,42,193); }
td.TdClassName
{
border-color: #602AC1;
}
.TagClassName
{
border-color: #602AC1;
}
</style>