Shades of Royal Purple #632B9A
Tints of Royal Purple #632B9A
RGB
CMYK
RGB Variations
Color information
#632B9A (or 0x632B9A) is known color: Royal Purple. HEX triplet: 63, 2B and 9A. RGB value is (99,43,154). Sum of RGB (Red+Green+Blue) = 99+43+154=296 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.45% from 296); Green value is 43 (17.19% from 255 or 14.53% from 296); Blue value is 154 (60.55% from 255 or 52.03% from 296); Max value from RGB is 154 - color contains mainly: blue. Hex color #632B9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632B9A is #9CD465. Grayscale: #484848. Windows color (decimal): -10277990 or 10103651. OLE color: 10103651.
HSL color Cylindrical-coordinate representation of color #632B9A: hue angle of 270.27º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #632B9A is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 99 | 43 | 154 | - |
| CMYK | 0.36 | 0.72 | 0 | 0.40 |
| HSL | 270.27º | 0.56% | 0.39% | - |
| HSV(B) | 270.27º | 0.72% | 0.6% | - |
| XYZ | 11.84 | 6.71 | 31.24 | - |
| YUV | 72.4 | 174.05 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 43 | 154 | 0.36 | 0.72 | 0 | 0.40 | 270.27 | 0.56 | 0.39 |
| Hex | 63 | 2B | 9A | 24 | 48 | 0 | 28 | 10E | 38 | 27 |
| Octal | 143 | 53 | 232 | 44 | 110 | 0 | 50 | 416 | 70 | 47 |
| Binary | 1100011 | 101011 | 10011010 | 100100 | 1001000 | 0 | 101000 | 100001110 | 111000 | 100111 |
Color Harmonies of #632B9A
Complementary color
Monochromatic Colors of #632B9A
Black with #632B9A
Text Example
Text Example
White with #632B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632B9A; }
p { color: rgb(99,43,154); }
H1.HeaderClassName
{
color: #632B9A;
}
.AnyTagClassName
{
color: #632B9A;
}
</style>
background-color css
<style>
a { background-color: #632B9A; }
a { background-color: rgb(99,43,154); }
div.DivClassName
{
background-color: #632B9A;
}
.BgClassName
{
background-color: #632B9A;
}
</style>
border-color css
<style>
span { border-color: #632B9A; }
span { border-color: rgb(99,43,154); }
td.TdClassName
{
border-color: #632B9A;
}
.TagClassName
{
border-color: #632B9A;
}
</style>