Shades of Purple #70058F
Tints of Purple #70058F
RGB
CMYK
RGB Variations
Color information
#70058F (or 0x70058F) is known color: Purple. HEX triplet: 70, 05 and 8F. RGB value is (112,5,143). Sum of RGB (Red+Green+Blue) = 112+5+143=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 143 (56.25% from 255 or 55% from 260); Max value from RGB is 143 - color contains mainly: blue. Hex color #70058F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70058F is #8FFA70. Grayscale: #343434. Windows color (decimal): -9435761 or 9373040. OLE color: 9373040.
HSL color Cylindrical-coordinate representation of color #70058F: hue angle of 286.52º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #70058F is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 5 | 143 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.44 |
| HSL | 286.52º | 0.93% | 0.29% | - |
| HSV(B) | 286.52º | 0.97% | 0.56% | - |
| XYZ | 11.69 | 5.54 | 26.44 | - |
| YUV | 52.73 | 178.95 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 5 | 143 | 0.22 | 0.97 | 0 | 0.44 | 286.52 | 0.93 | 0.29 |
| Hex | 70 | 5 | 8F | 16 | 61 | 0 | 2C | 11F | 5D | 1D |
| Octal | 160 | 5 | 217 | 26 | 141 | 0 | 54 | 437 | 135 | 35 |
| Binary | 1110000 | 101 | 10001111 | 10110 | 1100001 | 0 | 101100 | 100011111 | 1011101 | 11101 |
Color Harmonies of #70058F
Complementary color
Monochromatic Colors of #70058F
Black with #70058F
Text Example
Text Example
White with #70058F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70058F; }
p { color: rgb(112,5,143); }
H1.HeaderClassName
{
color: #70058F;
}
.AnyTagClassName
{
color: #70058F;
}
</style>
background-color css
<style>
a { background-color: #70058F; }
a { background-color: rgb(112,5,143); }
div.DivClassName
{
background-color: #70058F;
}
.BgClassName
{
background-color: #70058F;
}
</style>
border-color css
<style>
span { border-color: #70058F; }
span { border-color: rgb(112,5,143); }
td.TdClassName
{
border-color: #70058F;
}
.TagClassName
{
border-color: #70058F;
}
</style>