Shades of Purple Heart #602FBA
Tints of Purple Heart #602FBA
RGB
CMYK
RGB Variations
Color information
#602FBA (or 0x602FBA) is known color: Purple Heart. HEX triplet: 60, 2F and BA. RGB value is (96,47,186). Sum of RGB (Red+Green+Blue) = 96+47+186=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 47 (18.75% from 255 or 14.29% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #602FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602FBA is #9FD045. Grayscale: #4C4C4C. Windows color (decimal): -10473542 or 12201824. OLE color: 12201824.
HSL color Cylindrical-coordinate representation of color #602FBA: hue angle of 261.15º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #602FBA is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 47 | 186 | - |
| CMYK | 0.48 | 0.75 | 0 | 0.27 |
| HSL | 261.15º | 0.6% | 0.46% | - |
| HSV(B) | 261.15º | 0.75% | 0.73% | - |
| XYZ | 14.7 | 8.06 | 47.24 | - |
| YUV | 77.5 | 189.23 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 47 | 186 | 0.48 | 0.75 | 0 | 0.27 | 261.15 | 0.6 | 0.46 |
| Hex | 60 | 2F | BA | 30 | 4B | 0 | 1B | 105 | 3C | 2E |
| Octal | 140 | 57 | 272 | 60 | 113 | 0 | 33 | 405 | 74 | 56 |
| Binary | 1100000 | 101111 | 10111010 | 110000 | 1001011 | 0 | 11011 | 100000101 | 111100 | 101110 |
Color Harmonies of #602FBA
Complementary color
Monochromatic Colors of #602FBA
Black with #602FBA
Text Example
Text Example
White with #602FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602FBA; }
p { color: rgb(96,47,186); }
H1.HeaderClassName
{
color: #602FBA;
}
.AnyTagClassName
{
color: #602FBA;
}
</style>
background-color css
<style>
a { background-color: #602FBA; }
a { background-color: rgb(96,47,186); }
div.DivClassName
{
background-color: #602FBA;
}
.BgClassName
{
background-color: #602FBA;
}
</style>
border-color css
<style>
span { border-color: #602FBA; }
span { border-color: rgb(96,47,186); }
td.TdClassName
{
border-color: #602FBA;
}
.TagClassName
{
border-color: #602FBA;
}
</style>