Shades of Royal Purple #632FA4
Tints of Royal Purple #632FA4
RGB
CMYK
RGB Variations
Color information
#632FA4 (or 0x632FA4) is known color: Royal Purple. HEX triplet: 63, 2F and A4. RGB value is (99,47,164). Sum of RGB (Red+Green+Blue) = 99+47+164=310 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.94% from 310); Green value is 47 (18.75% from 255 or 15.16% from 310); Blue value is 164 (64.45% from 255 or 52.90% from 310); Max value from RGB is 164 - color contains mainly: blue. Hex color #632FA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632FA4 is #9CD05B. Grayscale: #4B4B4B. Windows color (decimal): -10276956 or 10760035. OLE color: 10760035.
HSL color Cylindrical-coordinate representation of color #632FA4: hue angle of 266.67º 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 #632FA4 is Cyan = 0.40, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 99 | 47 | 164 | - |
| CMYK | 0.40 | 0.71 | 0 | 0.36 |
| HSL | 266.67º | 0.55% | 0.41% | - |
| HSV(B) | 266.67º | 0.71% | 0.64% | - |
| XYZ | 12.86 | 7.37 | 35.87 | - |
| YUV | 75.89 | 177.73 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 47 | 164 | 0.40 | 0.71 | 0 | 0.36 | 266.67 | 0.55 | 0.41 |
| Hex | 63 | 2F | A4 | 28 | 47 | 0 | 24 | 10B | 37 | 29 |
| Octal | 143 | 57 | 244 | 50 | 107 | 0 | 44 | 413 | 67 | 51 |
| Binary | 1100011 | 101111 | 10100100 | 101000 | 1000111 | 0 | 100100 | 100001011 | 110111 | 101001 |
Color Harmonies of #632FA4
Complementary color
Monochromatic Colors of #632FA4
Black with #632FA4
Text Example
Text Example
White with #632FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632FA4; }
p { color: rgb(99,47,164); }
H1.HeaderClassName
{
color: #632FA4;
}
.AnyTagClassName
{
color: #632FA4;
}
</style>
background-color css
<style>
a { background-color: #632FA4; }
a { background-color: rgb(99,47,164); }
div.DivClassName
{
background-color: #632FA4;
}
.BgClassName
{
background-color: #632FA4;
}
</style>
border-color css
<style>
span { border-color: #632FA4; }
span { border-color: rgb(99,47,164); }
td.TdClassName
{
border-color: #632FA4;
}
.TagClassName
{
border-color: #632FA4;
}
</style>