Shades of Purple #70058B
Tints of Purple #70058B
RGB
CMYK
RGB Variations
Color information
#70058B (or 0x70058B) is known color: Purple. HEX triplet: 70, 05 and 8B. RGB value is (112,5,139). Sum of RGB (Red+Green+Blue) = 112+5+139=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #70058B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70058B is #8FFA74. Grayscale: #333333. Windows color (decimal): -9435765 or 9110896. OLE color: 9110896.
HSL color Cylindrical-coordinate representation of color #70058B: hue angle of 287.91º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #70058B is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 5 | 139 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.45 |
| HSL | 287.91º | 0.93% | 0.28% | - |
| HSV(B) | 287.91º | 0.96% | 0.55% | - |
| XYZ | 11.4 | 5.42 | 24.87 | - |
| YUV | 52.27 | 176.95 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 5 | 139 | 0.19 | 0.96 | 0 | 0.45 | 287.91 | 0.93 | 0.28 |
| Hex | 70 | 5 | 8B | 13 | 60 | 0 | 2D | 120 | 5D | 1C |
| Octal | 160 | 5 | 213 | 23 | 140 | 0 | 55 | 440 | 135 | 34 |
| Binary | 1110000 | 101 | 10001011 | 10011 | 1100000 | 0 | 101101 | 100100000 | 1011101 | 11100 |
Color Harmonies of #70058B
Complementary color
Monochromatic Colors of #70058B
Black with #70058B
Text Example
Text Example
White with #70058B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70058B; }
p { color: rgb(112,5,139); }
H1.HeaderClassName
{
color: #70058B;
}
.AnyTagClassName
{
color: #70058B;
}
</style>
background-color css
<style>
a { background-color: #70058B; }
a { background-color: rgb(112,5,139); }
div.DivClassName
{
background-color: #70058B;
}
.BgClassName
{
background-color: #70058B;
}
</style>
border-color css
<style>
span { border-color: #70058B; }
span { border-color: rgb(112,5,139); }
td.TdClassName
{
border-color: #70058B;
}
.TagClassName
{
border-color: #70058B;
}
</style>