Shades of Purple Heart #602DAF
Tints of Purple Heart #602DAF
RGB
CMYK
RGB Variations
Color information
#602DAF (or 0x602DAF) is known color: Purple Heart. HEX triplet: 60, 2D and AF. RGB value is (96,45,175). Sum of RGB (Red+Green+Blue) = 96+45+175=316 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.38% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 175 (68.75% from 255 or 55.38% from 316); Max value from RGB is 175 - color contains mainly: blue. Hex color #602DAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602DAF is #9FD250. Grayscale: #4A4A4A. Windows color (decimal): -10474065 or 11480416. OLE color: 11480416.
HSL color Cylindrical-coordinate representation of color #602DAF: hue angle of 263.54º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #602DAF is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 45 | 175 | - |
| CMYK | 0.45 | 0.74 | 0 | 0.31 |
| HSL | 263.54º | 0.59% | 0.43% | - |
| HSV(B) | 263.54º | 0.74% | 0.69% | - |
| XYZ | 13.5 | 7.46 | 41.29 | - |
| YUV | 75.07 | 184.4 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 45 | 175 | 0.45 | 0.74 | 0 | 0.31 | 263.54 | 0.59 | 0.43 |
| Hex | 60 | 2D | AF | 2D | 4A | 0 | 1F | 108 | 3B | 2B |
| Octal | 140 | 55 | 257 | 55 | 112 | 0 | 37 | 410 | 73 | 53 |
| Binary | 1100000 | 101101 | 10101111 | 101101 | 1001010 | 0 | 11111 | 100001000 | 111011 | 101011 |
Color Harmonies of #602DAF
Complementary color
Monochromatic Colors of #602DAF
Black with #602DAF
Text Example
Text Example
White with #602DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602DAF; }
p { color: rgb(96,45,175); }
H1.HeaderClassName
{
color: #602DAF;
}
.AnyTagClassName
{
color: #602DAF;
}
</style>
background-color css
<style>
a { background-color: #602DAF; }
a { background-color: rgb(96,45,175); }
div.DivClassName
{
background-color: #602DAF;
}
.BgClassName
{
background-color: #602DAF;
}
</style>
border-color css
<style>
span { border-color: #602DAF; }
span { border-color: rgb(96,45,175); }
td.TdClassName
{
border-color: #602DAF;
}
.TagClassName
{
border-color: #602DAF;
}
</style>