Shades of Royal Purple #70269B
Tints of Royal Purple #70269B
RGB
CMYK
RGB Variations
Color information
#70269B (or 0x70269B) is known color: Royal Purple. HEX triplet: 70, 26 and 9B. RGB value is (112,38,155). Sum of RGB (Red+Green+Blue) = 112+38+155=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #70269B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70269B is #8FD964. Grayscale: #494949. Windows color (decimal): -9427301 or 10167920. OLE color: 10167920.
HSL color Cylindrical-coordinate representation of color #70269B: hue angle of 277.95º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #70269B is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 38 | 155 | - |
| CMYK | 0.28 | 0.75 | 0 | 0.39 |
| HSL | 277.95º | 0.61% | 0.38% | - |
| HSV(B) | 277.95º | 0.75% | 0.61% | - |
| XYZ | 13.29 | 7.2 | 31.7 | - |
| YUV | 73.46 | 174.02 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 38 | 155 | 0.28 | 0.75 | 0 | 0.39 | 277.95 | 0.61 | 0.38 |
| Hex | 70 | 26 | 9B | 1C | 4B | 0 | 27 | 116 | 3D | 26 |
| Octal | 160 | 46 | 233 | 34 | 113 | 0 | 47 | 426 | 75 | 46 |
| Binary | 1110000 | 100110 | 10011011 | 11100 | 1001011 | 0 | 100111 | 100010110 | 111101 | 100110 |
Color Harmonies of #70269B
Complementary color
Monochromatic Colors of #70269B
Black with #70269B
Text Example
Text Example
White with #70269B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70269B; }
p { color: rgb(112,38,155); }
H1.HeaderClassName
{
color: #70269B;
}
.AnyTagClassName
{
color: #70269B;
}
</style>
background-color css
<style>
a { background-color: #70269B; }
a { background-color: rgb(112,38,155); }
div.DivClassName
{
background-color: #70269B;
}
.BgClassName
{
background-color: #70269B;
}
</style>
border-color css
<style>
span { border-color: #70269B; }
span { border-color: rgb(112,38,155); }
td.TdClassName
{
border-color: #70269B;
}
.TagClassName
{
border-color: #70269B;
}
</style>