Shades of Royal Purple #71279D
Tints of Royal Purple #71279D
RGB
CMYK
RGB Variations
Color information
#71279D (or 0x71279D) is known color: Royal Purple. HEX triplet: 71, 27 and 9D. RGB value is (113,39,157). Sum of RGB (Red+Green+Blue) = 113+39+157=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 157 (61.72% from 255 or 50.81% from 309); Max value from RGB is 157 - color contains mainly: blue. Hex color #71279D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71279D is #8ED862. Grayscale: #4A4A4A. Windows color (decimal): -9361507 or 10299249. OLE color: 10299249.
HSL color Cylindrical-coordinate representation of color #71279D: hue angle of 277.63º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #71279D is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 39 | 157 | - |
| CMYK | 0.28 | 0.75 | 0 | 0.38 |
| HSL | 277.63º | 0.6% | 0.38% | - |
| HSV(B) | 277.63º | 0.75% | 0.62% | - |
| XYZ | 13.62 | 7.4 | 32.61 | - |
| YUV | 74.58 | 174.52 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 39 | 157 | 0.28 | 0.75 | 0 | 0.38 | 277.63 | 0.6 | 0.38 |
| Hex | 71 | 27 | 9D | 1C | 4B | 0 | 26 | 116 | 3C | 26 |
| Octal | 161 | 47 | 235 | 34 | 113 | 0 | 46 | 426 | 74 | 46 |
| Binary | 1110001 | 100111 | 10011101 | 11100 | 1001011 | 0 | 100110 | 100010110 | 111100 | 100110 |
Color Harmonies of #71279D
Complementary color
Monochromatic Colors of #71279D
Black with #71279D
Text Example
Text Example
White with #71279D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71279D; }
p { color: rgb(113,39,157); }
H1.HeaderClassName
{
color: #71279D;
}
.AnyTagClassName
{
color: #71279D;
}
</style>
background-color css
<style>
a { background-color: #71279D; }
a { background-color: rgb(113,39,157); }
div.DivClassName
{
background-color: #71279D;
}
.BgClassName
{
background-color: #71279D;
}
</style>
border-color css
<style>
span { border-color: #71279D; }
span { border-color: rgb(113,39,157); }
td.TdClassName
{
border-color: #71279D;
}
.TagClassName
{
border-color: #71279D;
}
</style>