Shades of Royal Purple #632FA2
Tints of Royal Purple #632FA2
RGB
CMYK
RGB Variations
Color information
#632FA2 (or 0x632FA2) is known color: Royal Purple. HEX triplet: 63, 2F and A2. RGB value is (99,47,162). Sum of RGB (Red+Green+Blue) = 99+47+162=308 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.14% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 162 (63.67% from 255 or 52.60% from 308); Max value from RGB is 162 - color contains mainly: blue. Hex color #632FA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632FA2 is #9CD05D. Grayscale: #4B4B4B. Windows color (decimal): -10276958 or 10628963. OLE color: 10628963.
HSL color Cylindrical-coordinate representation of color #632FA2: hue angle of 267.13º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #632FA2 is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 99 | 47 | 162 | - |
| CMYK | 0.39 | 0.71 | 0 | 0.36 |
| HSL | 267.13º | 0.55% | 0.41% | - |
| HSV(B) | 267.13º | 0.71% | 0.64% | - |
| XYZ | 12.68 | 7.29 | 34.92 | - |
| YUV | 75.66 | 176.73 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 47 | 162 | 0.39 | 0.71 | 0 | 0.36 | 267.13 | 0.55 | 0.41 |
| Hex | 63 | 2F | A2 | 27 | 47 | 0 | 24 | 10B | 37 | 29 |
| Octal | 143 | 57 | 242 | 47 | 107 | 0 | 44 | 413 | 67 | 51 |
| Binary | 1100011 | 101111 | 10100010 | 100111 | 1000111 | 0 | 100100 | 100001011 | 110111 | 101001 |
Color Harmonies of #632FA2
Complementary color
Monochromatic Colors of #632FA2
Black with #632FA2
Text Example
Text Example
White with #632FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632FA2; }
p { color: rgb(99,47,162); }
H1.HeaderClassName
{
color: #632FA2;
}
.AnyTagClassName
{
color: #632FA2;
}
</style>
background-color css
<style>
a { background-color: #632FA2; }
a { background-color: rgb(99,47,162); }
div.DivClassName
{
background-color: #632FA2;
}
.BgClassName
{
background-color: #632FA2;
}
</style>
border-color css
<style>
span { border-color: #632FA2; }
span { border-color: rgb(99,47,162); }
td.TdClassName
{
border-color: #632FA2;
}
.TagClassName
{
border-color: #632FA2;
}
</style>