Shades of Royal Purple #632FAB
Tints of Royal Purple #632FAB
RGB
CMYK
RGB Variations
Color information
#632FAB (or 0x632FAB) is known color: Royal Purple. HEX triplet: 63, 2F and AB. RGB value is (99,47,171). Sum of RGB (Red+Green+Blue) = 99+47+171=317 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.23% from 317); Green value is 47 (18.75% from 255 or 14.83% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #632FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632FAB is #9CD054. Grayscale: #4C4C4C. Windows color (decimal): -10276949 or 11218787. OLE color: 11218787.
HSL color Cylindrical-coordinate representation of color #632FAB: hue angle of 265.16º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #632FAB is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 47 | 171 | - |
| CMYK | 0.42 | 0.73 | 0 | 0.33 |
| HSL | 265.16º | 0.57% | 0.43% | - |
| HSV(B) | 265.16º | 0.73% | 0.67% | - |
| XYZ | 13.51 | 7.63 | 39.29 | - |
| YUV | 76.68 | 181.23 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 47 | 171 | 0.42 | 0.73 | 0 | 0.33 | 265.16 | 0.57 | 0.43 |
| Hex | 63 | 2F | AB | 2A | 49 | 0 | 21 | 109 | 39 | 2B |
| Octal | 143 | 57 | 253 | 52 | 111 | 0 | 41 | 411 | 71 | 53 |
| Binary | 1100011 | 101111 | 10101011 | 101010 | 1001001 | 0 | 100001 | 100001001 | 111001 | 101011 |
Color Harmonies of #632FAB
Complementary color
Monochromatic Colors of #632FAB
Black with #632FAB
Text Example
Text Example
White with #632FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632FAB; }
p { color: rgb(99,47,171); }
H1.HeaderClassName
{
color: #632FAB;
}
.AnyTagClassName
{
color: #632FAB;
}
</style>
background-color css
<style>
a { background-color: #632FAB; }
a { background-color: rgb(99,47,171); }
div.DivClassName
{
background-color: #632FAB;
}
.BgClassName
{
background-color: #632FAB;
}
</style>
border-color css
<style>
span { border-color: #632FAB; }
span { border-color: rgb(99,47,171); }
td.TdClassName
{
border-color: #632FAB;
}
.TagClassName
{
border-color: #632FAB;
}
</style>