Shades of Royal Purple #632CA2
Tints of Royal Purple #632CA2
RGB
CMYK
RGB Variations
Color information
#632CA2 (or 0x632CA2) is known color: Royal Purple. HEX triplet: 63, 2C and A2. RGB value is (99,44,162). Sum of RGB (Red+Green+Blue) = 99+44+162=305 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.46% from 305); Green value is 44 (17.58% from 255 or 14.43% from 305); Blue value is 162 (63.67% from 255 or 53.11% from 305); Max value from RGB is 162 - color contains mainly: blue. Hex color #632CA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632CA2 is #9CD35D. Grayscale: #494949. Windows color (decimal): -10277726 or 10628195. OLE color: 10628195.
HSL color Cylindrical-coordinate representation of color #632CA2: hue angle of 267.97º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #632CA2 is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 99 | 44 | 162 | - |
| CMYK | 0.39 | 0.73 | 0 | 0.36 |
| HSL | 267.97º | 0.57% | 0.4% | - |
| HSV(B) | 267.97º | 0.73% | 0.64% | - |
| XYZ | 12.57 | 7.06 | 34.88 | - |
| YUV | 73.9 | 177.72 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 44 | 162 | 0.39 | 0.73 | 0 | 0.36 | 267.97 | 0.57 | 0.4 |
| Hex | 63 | 2C | A2 | 27 | 49 | 0 | 24 | 10C | 39 | 28 |
| Octal | 143 | 54 | 242 | 47 | 111 | 0 | 44 | 414 | 71 | 50 |
| Binary | 1100011 | 101100 | 10100010 | 100111 | 1001001 | 0 | 100100 | 100001100 | 111001 | 101000 |
Color Harmonies of #632CA2
Complementary color
Monochromatic Colors of #632CA2
Black with #632CA2
Text Example
Text Example
White with #632CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632CA2; }
p { color: rgb(99,44,162); }
H1.HeaderClassName
{
color: #632CA2;
}
.AnyTagClassName
{
color: #632CA2;
}
</style>
background-color css
<style>
a { background-color: #632CA2; }
a { background-color: rgb(99,44,162); }
div.DivClassName
{
background-color: #632CA2;
}
.BgClassName
{
background-color: #632CA2;
}
</style>
border-color css
<style>
span { border-color: #632CA2; }
span { border-color: rgb(99,44,162); }
td.TdClassName
{
border-color: #632CA2;
}
.TagClassName
{
border-color: #632CA2;
}
</style>