Shades of Purple #700577
Tints of Purple #700577
RGB
CMYK
RGB Variations
Color information
#700577 (or 0x700577) is known color: Purple. HEX triplet: 70, 05 and 77. RGB value is (112,5,119). Sum of RGB (Red+Green+Blue) = 112+5+119=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 119 (46.88% from 255 or 50.42% from 236); Max value from RGB is 119 - color contains mainly: blue. Hex color #700577 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700577 is #8FFA88. Grayscale: #313131. Windows color (decimal): -9435785 or 7800176. OLE color: 7800176.
HSL color Cylindrical-coordinate representation of color #700577: hue angle of 296.32º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700577 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 5 | 119 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.53 |
| HSL | 296.32º | 0.92% | 0.24% | - |
| HSV(B) | 296.32º | 0.96% | 0.47% | - |
| XYZ | 10.07 | 4.89 | 17.87 | - |
| YUV | 49.99 | 166.95 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 5 | 119 | 0.06 | 0.96 | 0 | 0.53 | 296.32 | 0.92 | 0.24 |
| Hex | 70 | 5 | 77 | 6 | 60 | 0 | 35 | 128 | 5C | 18 |
| Octal | 160 | 5 | 167 | 6 | 140 | 0 | 65 | 450 | 134 | 30 |
| Binary | 1110000 | 101 | 1110111 | 110 | 1100000 | 0 | 110101 | 100101000 | 1011100 | 11000 |
Color Harmonies of #700577
Complementary color
Monochromatic Colors of #700577
Black with #700577
Text Example
Text Example
White with #700577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700577; }
p { color: rgb(112,5,119); }
H1.HeaderClassName
{
color: #700577;
}
.AnyTagClassName
{
color: #700577;
}
</style>
background-color css
<style>
a { background-color: #700577; }
a { background-color: rgb(112,5,119); }
div.DivClassName
{
background-color: #700577;
}
.BgClassName
{
background-color: #700577;
}
</style>
border-color css
<style>
span { border-color: #700577; }
span { border-color: rgb(112,5,119); }
td.TdClassName
{
border-color: #700577;
}
.TagClassName
{
border-color: #700577;
}
</style>