Shades of Purple Heart #632AAC
Tints of Purple Heart #632AAC
RGB
CMYK
RGB Variations
Color information
#632AAC (or 0x632AAC) is known color: Purple Heart. HEX triplet: 63, 2A and AC. RGB value is (99,42,172). Sum of RGB (Red+Green+Blue) = 99+42+172=313 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.63% from 313); Green value is 42 (16.80% from 255 or 13.42% from 313); Blue value is 172 (67.58% from 255 or 54.95% from 313); Max value from RGB is 172 - color contains mainly: blue. Hex color #632AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632AAC is #9CD553. Grayscale: #494949. Windows color (decimal): -10278228 or 11283043. OLE color: 11283043.
HSL color Cylindrical-coordinate representation of color #632AAC: hue angle of 266.31º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #632AAC is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 42 | 172 | - |
| CMYK | 0.42 | 0.76 | 0 | 0.33 |
| HSL | 266.31º | 0.61% | 0.42% | - |
| HSV(B) | 266.31º | 0.76% | 0.67% | - |
| XYZ | 13.42 | 7.29 | 39.73 | - |
| YUV | 73.86 | 183.38 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 42 | 172 | 0.42 | 0.76 | 0 | 0.33 | 266.31 | 0.61 | 0.42 |
| Hex | 63 | 2A | AC | 2A | 4C | 0 | 21 | 10A | 3D | 2A |
| Octal | 143 | 52 | 254 | 52 | 114 | 0 | 41 | 412 | 75 | 52 |
| Binary | 1100011 | 101010 | 10101100 | 101010 | 1001100 | 0 | 100001 | 100001010 | 111101 | 101010 |
Color Harmonies of #632AAC
Complementary color
Monochromatic Colors of #632AAC
Black with #632AAC
Text Example
Text Example
White with #632AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632AAC; }
p { color: rgb(99,42,172); }
H1.HeaderClassName
{
color: #632AAC;
}
.AnyTagClassName
{
color: #632AAC;
}
</style>
background-color css
<style>
a { background-color: #632AAC; }
a { background-color: rgb(99,42,172); }
div.DivClassName
{
background-color: #632AAC;
}
.BgClassName
{
background-color: #632AAC;
}
</style>
border-color css
<style>
span { border-color: #632AAC; }
span { border-color: rgb(99,42,172); }
td.TdClassName
{
border-color: #632AAC;
}
.TagClassName
{
border-color: #632AAC;
}
</style>