Shades of Purple #70058A
Tints of Purple #70058A
RGB
CMYK
RGB Variations
Color information
#70058A (or 0x70058A) is known color: Purple. HEX triplet: 70, 05 and 8A. RGB value is (112,5,138). Sum of RGB (Red+Green+Blue) = 112+5+138=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 138 (54.30% from 255 or 54.12% from 255); Max value from RGB is 138 - color contains mainly: blue. Hex color #70058A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70058A is #8FFA75. Grayscale: #333333. Windows color (decimal): -9435766 or 9045360. OLE color: 9045360.
HSL color Cylindrical-coordinate representation of color #70058A: hue angle of 288.27º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #70058A is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 5 | 138 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.46 |
| HSL | 288.27º | 0.93% | 0.28% | - |
| HSV(B) | 288.27º | 0.96% | 0.54% | - |
| XYZ | 11.32 | 5.39 | 24.49 | - |
| YUV | 52.16 | 176.45 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 5 | 138 | 0.19 | 0.96 | 0 | 0.46 | 288.27 | 0.93 | 0.28 |
| Hex | 70 | 5 | 8A | 13 | 60 | 0 | 2E | 120 | 5D | 1C |
| Octal | 160 | 5 | 212 | 23 | 140 | 0 | 56 | 440 | 135 | 34 |
| Binary | 1110000 | 101 | 10001010 | 10011 | 1100000 | 0 | 101110 | 100100000 | 1011101 | 11100 |
Color Harmonies of #70058A
Complementary color
Monochromatic Colors of #70058A
Black with #70058A
Text Example
Text Example
White with #70058A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70058A; }
p { color: rgb(112,5,138); }
H1.HeaderClassName
{
color: #70058A;
}
.AnyTagClassName
{
color: #70058A;
}
</style>
background-color css
<style>
a { background-color: #70058A; }
a { background-color: rgb(112,5,138); }
div.DivClassName
{
background-color: #70058A;
}
.BgClassName
{
background-color: #70058A;
}
</style>
border-color css
<style>
span { border-color: #70058A; }
span { border-color: rgb(112,5,138); }
td.TdClassName
{
border-color: #70058A;
}
.TagClassName
{
border-color: #70058A;
}
</style>