Shades of Purple Heart #602BAD
Tints of Purple Heart #602BAD
RGB
CMYK
RGB Variations
Color information
#602BAD (or 0x602BAD) is known color: Purple Heart. HEX triplet: 60, 2B and AD. RGB value is (96,43,173). Sum of RGB (Red+Green+Blue) = 96+43+173=312 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.77% from 312); Green value is 43 (17.19% from 255 or 13.78% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #602BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602BAD is #9FD452. Grayscale: #494949. Windows color (decimal): -10474579 or 11348832. OLE color: 11348832.
HSL color Cylindrical-coordinate representation of color #602BAD: hue angle of 264.46º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #602BAD is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 43 | 173 | - |
| CMYK | 0.45 | 0.75 | 0 | 0.32 |
| HSL | 264.46º | 0.6% | 0.42% | - |
| HSV(B) | 264.46º | 0.75% | 0.68% | - |
| XYZ | 13.23 | 7.23 | 40.23 | - |
| YUV | 73.67 | 184.06 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 43 | 173 | 0.45 | 0.75 | 0 | 0.32 | 264.46 | 0.6 | 0.42 |
| Hex | 60 | 2B | AD | 2D | 4B | 0 | 20 | 108 | 3C | 2A |
| Octal | 140 | 53 | 255 | 55 | 113 | 0 | 40 | 410 | 74 | 52 |
| Binary | 1100000 | 101011 | 10101101 | 101101 | 1001011 | 0 | 100000 | 100001000 | 111100 | 101010 |
Color Harmonies of #602BAD
Complementary color
Monochromatic Colors of #602BAD
Black with #602BAD
Text Example
Text Example
White with #602BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602BAD; }
p { color: rgb(96,43,173); }
H1.HeaderClassName
{
color: #602BAD;
}
.AnyTagClassName
{
color: #602BAD;
}
</style>
background-color css
<style>
a { background-color: #602BAD; }
a { background-color: rgb(96,43,173); }
div.DivClassName
{
background-color: #602BAD;
}
.BgClassName
{
background-color: #602BAD;
}
</style>
border-color css
<style>
span { border-color: #602BAD; }
span { border-color: rgb(96,43,173); }
td.TdClassName
{
border-color: #602BAD;
}
.TagClassName
{
border-color: #602BAD;
}
</style>