Shades of Purple Heart #632AAB
Tints of Purple Heart #632AAB
RGB
CMYK
RGB Variations
Color information
#632AAB (or 0x632AAB) is known color: Purple Heart. HEX triplet: 63, 2A and AB. RGB value is (99,42,171). Sum of RGB (Red+Green+Blue) = 99+42+171=312 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.73% from 312); Green value is 42 (16.80% from 255 or 13.46% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #632AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632AAB is #9CD554. Grayscale: #494949. Windows color (decimal): -10278229 or 11217507. OLE color: 11217507.
HSL color Cylindrical-coordinate representation of color #632AAB: hue angle of 266.51º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #632AAB is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 42 | 171 | - |
| CMYK | 0.42 | 0.75 | 0 | 0.33 |
| HSL | 266.51º | 0.61% | 0.42% | - |
| HSV(B) | 266.51º | 0.75% | 0.67% | - |
| XYZ | 13.32 | 7.25 | 39.22 | - |
| YUV | 73.75 | 182.88 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 42 | 171 | 0.42 | 0.75 | 0 | 0.33 | 266.51 | 0.61 | 0.42 |
| Hex | 63 | 2A | AB | 2A | 4B | 0 | 21 | 10B | 3D | 2A |
| Octal | 143 | 52 | 253 | 52 | 113 | 0 | 41 | 413 | 75 | 52 |
| Binary | 1100011 | 101010 | 10101011 | 101010 | 1001011 | 0 | 100001 | 100001011 | 111101 | 101010 |
Color Harmonies of #632AAB
Complementary color
Monochromatic Colors of #632AAB
Black with #632AAB
Text Example
Text Example
White with #632AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632AAB; }
p { color: rgb(99,42,171); }
H1.HeaderClassName
{
color: #632AAB;
}
.AnyTagClassName
{
color: #632AAB;
}
</style>
background-color css
<style>
a { background-color: #632AAB; }
a { background-color: rgb(99,42,171); }
div.DivClassName
{
background-color: #632AAB;
}
.BgClassName
{
background-color: #632AAB;
}
</style>
border-color css
<style>
span { border-color: #632AAB; }
span { border-color: rgb(99,42,171); }
td.TdClassName
{
border-color: #632AAB;
}
.TagClassName
{
border-color: #632AAB;
}
</style>