Shades of Purple Heart #632AAE
Tints of Purple Heart #632AAE
RGB
CMYK
RGB Variations
Color information
#632AAE (or 0x632AAE) is known color: Purple Heart. HEX triplet: 63, 2A and AE. RGB value is (99,42,174). Sum of RGB (Red+Green+Blue) = 99+42+174=315 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.43% from 315); Green value is 42 (16.80% from 255 or 13.33% from 315); Blue value is 174 (68.36% from 255 or 55.24% from 315); Max value from RGB is 174 - color contains mainly: blue. Hex color #632AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632AAE is #9CD551. Grayscale: #494949. Windows color (decimal): -10278226 or 11414115. OLE color: 11414115.
HSL color Cylindrical-coordinate representation of color #632AAE: hue angle of 265.91º degrees, saturation: 0.61, 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 #632AAE is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 99 | 42 | 174 | - |
| CMYK | 0.43 | 0.76 | 0 | 0.32 |
| HSL | 265.91º | 0.61% | 0.42% | - |
| HSV(B) | 265.91º | 0.76% | 0.68% | - |
| XYZ | 13.61 | 7.36 | 40.75 | - |
| YUV | 74.09 | 184.38 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 42 | 174 | 0.43 | 0.76 | 0 | 0.32 | 265.91 | 0.61 | 0.42 |
| Hex | 63 | 2A | AE | 2B | 4C | 0 | 20 | 10A | 3D | 2A |
| Octal | 143 | 52 | 256 | 53 | 114 | 0 | 40 | 412 | 75 | 52 |
| Binary | 1100011 | 101010 | 10101110 | 101011 | 1001100 | 0 | 100000 | 100001010 | 111101 | 101010 |
Color Harmonies of #632AAE
Complementary color
Monochromatic Colors of #632AAE
Black with #632AAE
Text Example
Text Example
White with #632AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632AAE; }
p { color: rgb(99,42,174); }
H1.HeaderClassName
{
color: #632AAE;
}
.AnyTagClassName
{
color: #632AAE;
}
</style>
background-color css
<style>
a { background-color: #632AAE; }
a { background-color: rgb(99,42,174); }
div.DivClassName
{
background-color: #632AAE;
}
.BgClassName
{
background-color: #632AAE;
}
</style>
border-color css
<style>
span { border-color: #632AAE; }
span { border-color: rgb(99,42,174); }
td.TdClassName
{
border-color: #632AAE;
}
.TagClassName
{
border-color: #632AAE;
}
</style>