Shades of Purple Heart #6032AE
Tints of Purple Heart #6032AE
RGB
CMYK
RGB Variations
Color information
#6032AE (or 0x6032AE) is known color: Purple Heart. HEX triplet: 60, 32 and AE. RGB value is (96,50,174). Sum of RGB (Red+Green+Blue) = 96+50+174=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 174 (68.36% from 255 or 54.38% from 320); Max value from RGB is 174 - color contains mainly: blue. Hex color #6032AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6032AE is #9FCD51. Grayscale: #4D4D4D. Windows color (decimal): -10472786 or 11416160. OLE color: 11416160.
HSL color Cylindrical-coordinate representation of color #6032AE: hue angle of 262.26º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6032AE is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 50 | 174 | - |
| CMYK | 0.45 | 0.71 | 0 | 0.32 |
| HSL | 262.26º | 0.55% | 0.44% | - |
| HSV(B) | 262.26º | 0.71% | 0.68% | - |
| XYZ | 13.6 | 7.82 | 40.84 | - |
| YUV | 77.89 | 182.24 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 50 | 174 | 0.45 | 0.71 | 0 | 0.32 | 262.26 | 0.55 | 0.44 |
| Hex | 60 | 32 | AE | 2D | 47 | 0 | 20 | 106 | 37 | 2C |
| Octal | 140 | 62 | 256 | 55 | 107 | 0 | 40 | 406 | 67 | 54 |
| Binary | 1100000 | 110010 | 10101110 | 101101 | 1000111 | 0 | 100000 | 100000110 | 110111 | 101100 |
Color Harmonies of #6032AE
Complementary color
Monochromatic Colors of #6032AE
Black with #6032AE
Text Example
Text Example
White with #6032AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6032AE; }
p { color: rgb(96,50,174); }
H1.HeaderClassName
{
color: #6032AE;
}
.AnyTagClassName
{
color: #6032AE;
}
</style>
background-color css
<style>
a { background-color: #6032AE; }
a { background-color: rgb(96,50,174); }
div.DivClassName
{
background-color: #6032AE;
}
.BgClassName
{
background-color: #6032AE;
}
</style>
border-color css
<style>
span { border-color: #6032AE; }
span { border-color: rgb(96,50,174); }
td.TdClassName
{
border-color: #6032AE;
}
.TagClassName
{
border-color: #6032AE;
}
</style>