Shades of Purple Heart #6329AE
Tints of Purple Heart #6329AE
RGB
CMYK
RGB Variations
Color information
#6329AE (or 0x6329AE) is known color: Purple Heart. HEX triplet: 63, 29 and AE. RGB value is (99,41,174). Sum of RGB (Red+Green+Blue) = 99+41+174=314 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.53% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 174 (68.36% from 255 or 55.41% from 314); Max value from RGB is 174 - color contains mainly: blue. Hex color #6329AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6329AE is #9CD651. Grayscale: #494949. Windows color (decimal): -10278482 or 11413859. OLE color: 11413859.
HSL color Cylindrical-coordinate representation of color #6329AE: hue angle of 266.17º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6329AE is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 99 | 41 | 174 | - |
| CMYK | 0.43 | 0.76 | 0 | 0.32 |
| HSL | 266.17º | 0.62% | 0.42% | - |
| HSV(B) | 266.17º | 0.76% | 0.68% | - |
| XYZ | 13.58 | 7.29 | 40.74 | - |
| YUV | 73.5 | 184.72 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 41 | 174 | 0.43 | 0.76 | 0 | 0.32 | 266.17 | 0.62 | 0.42 |
| Hex | 63 | 29 | AE | 2B | 4C | 0 | 20 | 10A | 3E | 2A |
| Octal | 143 | 51 | 256 | 53 | 114 | 0 | 40 | 412 | 76 | 52 |
| Binary | 1100011 | 101001 | 10101110 | 101011 | 1001100 | 0 | 100000 | 100001010 | 111110 | 101010 |
Color Harmonies of #6329AE
Complementary color
Monochromatic Colors of #6329AE
Black with #6329AE
Text Example
Text Example
White with #6329AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6329AE; }
p { color: rgb(99,41,174); }
H1.HeaderClassName
{
color: #6329AE;
}
.AnyTagClassName
{
color: #6329AE;
}
</style>
background-color css
<style>
a { background-color: #6329AE; }
a { background-color: rgb(99,41,174); }
div.DivClassName
{
background-color: #6329AE;
}
.BgClassName
{
background-color: #6329AE;
}
</style>
border-color css
<style>
span { border-color: #6329AE; }
span { border-color: rgb(99,41,174); }
td.TdClassName
{
border-color: #6329AE;
}
.TagClassName
{
border-color: #6329AE;
}
</style>