Shades of Royal Purple #632CAA
Tints of Royal Purple #632CAA
RGB
CMYK
RGB Variations
Color information
#632CAA (or 0x632CAA) is known color: Royal Purple. HEX triplet: 63, 2C and AA. RGB value is (99,44,170). Sum of RGB (Red+Green+Blue) = 99+44+170=313 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.63% from 313); Green value is 44 (17.58% from 255 or 14.06% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #632CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632CAA is #9CD355. Grayscale: #4A4A4A. Windows color (decimal): -10277718 or 11152483. OLE color: 11152483.
HSL color Cylindrical-coordinate representation of color #632CAA: hue angle of 266.19º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #632CAA is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 44 | 170 | - |
| CMYK | 0.42 | 0.74 | 0 | 0.33 |
| HSL | 266.19º | 0.59% | 0.42% | - |
| HSV(B) | 266.19º | 0.74% | 0.67% | - |
| XYZ | 13.3 | 7.36 | 38.75 | - |
| YUV | 74.81 | 181.72 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 44 | 170 | 0.42 | 0.74 | 0 | 0.33 | 266.19 | 0.59 | 0.42 |
| Hex | 63 | 2C | AA | 2A | 4A | 0 | 21 | 10A | 3B | 2A |
| Octal | 143 | 54 | 252 | 52 | 112 | 0 | 41 | 412 | 73 | 52 |
| Binary | 1100011 | 101100 | 10101010 | 101010 | 1001010 | 0 | 100001 | 100001010 | 111011 | 101010 |
Color Harmonies of #632CAA
Complementary color
Monochromatic Colors of #632CAA
Black with #632CAA
Text Example
Text Example
White with #632CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632CAA; }
p { color: rgb(99,44,170); }
H1.HeaderClassName
{
color: #632CAA;
}
.AnyTagClassName
{
color: #632CAA;
}
</style>
background-color css
<style>
a { background-color: #632CAA; }
a { background-color: rgb(99,44,170); }
div.DivClassName
{
background-color: #632CAA;
}
.BgClassName
{
background-color: #632CAA;
}
</style>
border-color css
<style>
span { border-color: #632CAA; }
span { border-color: rgb(99,44,170); }
td.TdClassName
{
border-color: #632CAA;
}
.TagClassName
{
border-color: #632CAA;
}
</style>