Shades of Royal Purple #634B9D
Tints of Royal Purple #634B9D
RGB
CMYK
RGB Variations
Color information
#634B9D (or 0x634B9D) is known color: Royal Purple. HEX triplet: 63, 4B and 9D. RGB value is (99,75,157). Sum of RGB (Red+Green+Blue) = 99+75+157=331 (43% of max value = 765). Red value is 99 (39.06% from 255 or 29.91% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 157 (61.72% from 255 or 47.43% from 331); Max value from RGB is 157 - color contains mainly: blue. Hex color #634B9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634B9D is #9CB462. Grayscale: #5B5B5B. Windows color (decimal): -10269795 or 10308451. OLE color: 10308451.
HSL color Cylindrical-coordinate representation of color #634B9D: hue angle of 257.56º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #634B9D is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 75 | 157 | - |
| CMYK | 0.37 | 0.52 | 0 | 0.38 |
| HSL | 257.56º | 0.35% | 0.45% | - |
| HSV(B) | 257.56º | 0.52% | 0.62% | - |
| XYZ | 13.75 | 10.12 | 33.13 | - |
| YUV | 91.52 | 164.95 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 75 | 157 | 0.37 | 0.52 | 0 | 0.38 | 257.56 | 0.35 | 0.45 |
| Hex | 63 | 4B | 9D | 25 | 34 | 0 | 26 | 102 | 23 | 2D |
| Octal | 143 | 113 | 235 | 45 | 64 | 0 | 46 | 402 | 43 | 55 |
| Binary | 1100011 | 1001011 | 10011101 | 100101 | 110100 | 0 | 100110 | 100000010 | 100011 | 101101 |
Color Harmonies of #634B9D
Complementary color
Monochromatic Colors of #634B9D
Black with #634B9D
Text Example
Text Example
White with #634B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634B9D; }
p { color: rgb(99,75,157); }
H1.HeaderClassName
{
color: #634B9D;
}
.AnyTagClassName
{
color: #634B9D;
}
</style>
background-color css
<style>
a { background-color: #634B9D; }
a { background-color: rgb(99,75,157); }
div.DivClassName
{
background-color: #634B9D;
}
.BgClassName
{
background-color: #634B9D;
}
</style>
border-color css
<style>
span { border-color: #634B9D; }
span { border-color: rgb(99,75,157); }
td.TdClassName
{
border-color: #634B9D;
}
.TagClassName
{
border-color: #634B9D;
}
</style>