Shades of Royal Purple #71269D
Tints of Royal Purple #71269D
RGB
CMYK
RGB Variations
Color information
#71269D (or 0x71269D) is known color: Royal Purple. HEX triplet: 71, 26 and 9D. RGB value is (113,38,157). Sum of RGB (Red+Green+Blue) = 113+38+157=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 157 (61.72% from 255 or 50.97% from 308); Max value from RGB is 157 - color contains mainly: blue. Hex color #71269D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71269D is #8ED962. Grayscale: #494949. Windows color (decimal): -9361763 or 10298993. OLE color: 10298993.
HSL color Cylindrical-coordinate representation of color #71269D: hue angle of 277.82º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #71269D is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 38 | 157 | - |
| CMYK | 0.28 | 0.76 | 0 | 0.38 |
| HSL | 277.82º | 0.61% | 0.38% | - |
| HSV(B) | 277.82º | 0.76% | 0.62% | - |
| XYZ | 13.59 | 7.33 | 32.6 | - |
| YUV | 73.99 | 174.85 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 38 | 157 | 0.28 | 0.76 | 0 | 0.38 | 277.82 | 0.61 | 0.38 |
| Hex | 71 | 26 | 9D | 1C | 4C | 0 | 26 | 116 | 3D | 26 |
| Octal | 161 | 46 | 235 | 34 | 114 | 0 | 46 | 426 | 75 | 46 |
| Binary | 1110001 | 100110 | 10011101 | 11100 | 1001100 | 0 | 100110 | 100010110 | 111101 | 100110 |
Color Harmonies of #71269D
Complementary color
Monochromatic Colors of #71269D
Black with #71269D
Text Example
Text Example
White with #71269D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71269D; }
p { color: rgb(113,38,157); }
H1.HeaderClassName
{
color: #71269D;
}
.AnyTagClassName
{
color: #71269D;
}
</style>
background-color css
<style>
a { background-color: #71269D; }
a { background-color: rgb(113,38,157); }
div.DivClassName
{
background-color: #71269D;
}
.BgClassName
{
background-color: #71269D;
}
</style>
border-color css
<style>
span { border-color: #71269D; }
span { border-color: rgb(113,38,157); }
td.TdClassName
{
border-color: #71269D;
}
.TagClassName
{
border-color: #71269D;
}
</style>