Shades of Royal Purple #634BA2
Tints of Royal Purple #634BA2
RGB
CMYK
RGB Variations
Color information
#634BA2 (or 0x634BA2) is known color: Royal Purple. HEX triplet: 63, 4B and A2. RGB value is (99,75,162). Sum of RGB (Red+Green+Blue) = 99+75+162=336 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.46% from 336); Green value is 75 (29.69% from 255 or 22.32% from 336); Blue value is 162 (63.67% from 255 or 48.21% from 336); Max value from RGB is 162 - color contains mainly: blue. Hex color #634BA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634BA2 is #9CB45D. Grayscale: #5B5B5B. Windows color (decimal): -10269790 or 10636131. OLE color: 10636131.
HSL color Cylindrical-coordinate representation of color #634BA2: hue angle of 256.55º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #634BA2 is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 99 | 75 | 162 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.36 |
| HSL | 256.55º | 0.37% | 0.46% | - |
| HSV(B) | 256.55º | 0.54% | 0.64% | - |
| XYZ | 14.18 | 10.29 | 35.42 | - |
| YUV | 92.09 | 167.45 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 75 | 162 | 0.39 | 0.54 | 0 | 0.36 | 256.55 | 0.37 | 0.46 |
| Hex | 63 | 4B | A2 | 27 | 36 | 0 | 24 | 101 | 25 | 2E |
| Octal | 143 | 113 | 242 | 47 | 66 | 0 | 44 | 401 | 45 | 56 |
| Binary | 1100011 | 1001011 | 10100010 | 100111 | 110110 | 0 | 100100 | 100000001 | 100101 | 101110 |
Color Harmonies of #634BA2
Complementary color
Monochromatic Colors of #634BA2
Black with #634BA2
Text Example
Text Example
White with #634BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634BA2; }
p { color: rgb(99,75,162); }
H1.HeaderClassName
{
color: #634BA2;
}
.AnyTagClassName
{
color: #634BA2;
}
</style>
background-color css
<style>
a { background-color: #634BA2; }
a { background-color: rgb(99,75,162); }
div.DivClassName
{
background-color: #634BA2;
}
.BgClassName
{
background-color: #634BA2;
}
</style>
border-color css
<style>
span { border-color: #634BA2; }
span { border-color: rgb(99,75,162); }
td.TdClassName
{
border-color: #634BA2;
}
.TagClassName
{
border-color: #634BA2;
}
</style>