Shades of Royal Purple #632FA1
Tints of Royal Purple #632FA1
RGB
CMYK
RGB Variations
Color information
#632FA1 (or 0x632FA1) is known color: Royal Purple. HEX triplet: 63, 2F and A1. RGB value is (99,47,161). Sum of RGB (Red+Green+Blue) = 99+47+161=307 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.25% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 161 (63.28% from 255 or 52.44% from 307); Max value from RGB is 161 - color contains mainly: blue. Hex color #632FA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632FA1 is #9CD05E. Grayscale: #4B4B4B. Windows color (decimal): -10276959 or 10563427. OLE color: 10563427.
HSL color Cylindrical-coordinate representation of color #632FA1: hue angle of 267.37º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #632FA1 is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 99 | 47 | 161 | - |
| CMYK | 0.39 | 0.71 | 0 | 0.37 |
| HSL | 267.37º | 0.55% | 0.41% | - |
| HSV(B) | 267.37º | 0.71% | 0.63% | - |
| XYZ | 12.6 | 7.26 | 34.46 | - |
| YUV | 75.54 | 176.23 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 47 | 161 | 0.39 | 0.71 | 0 | 0.37 | 267.37 | 0.55 | 0.41 |
| Hex | 63 | 2F | A1 | 27 | 47 | 0 | 25 | 10B | 37 | 29 |
| Octal | 143 | 57 | 241 | 47 | 107 | 0 | 45 | 413 | 67 | 51 |
| Binary | 1100011 | 101111 | 10100001 | 100111 | 1000111 | 0 | 100101 | 100001011 | 110111 | 101001 |
Color Harmonies of #632FA1
Complementary color
Monochromatic Colors of #632FA1
Black with #632FA1
Text Example
Text Example
White with #632FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632FA1; }
p { color: rgb(99,47,161); }
H1.HeaderClassName
{
color: #632FA1;
}
.AnyTagClassName
{
color: #632FA1;
}
</style>
background-color css
<style>
a { background-color: #632FA1; }
a { background-color: rgb(99,47,161); }
div.DivClassName
{
background-color: #632FA1;
}
.BgClassName
{
background-color: #632FA1;
}
</style>
border-color css
<style>
span { border-color: #632FA1; }
span { border-color: rgb(99,47,161); }
td.TdClassName
{
border-color: #632FA1;
}
.TagClassName
{
border-color: #632FA1;
}
</style>