Shades of Purple #700585
Tints of Purple #700585
RGB
CMYK
RGB Variations
Color information
#700585 (or 0x700585) is known color: Purple. HEX triplet: 70, 05 and 85. RGB value is (112,5,133). Sum of RGB (Red+Green+Blue) = 112+5+133=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 133 (52.34% from 255 or 53.2% from 250); Max value from RGB is 133 - color contains mainly: blue. Hex color #700585 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700585 is #8FFA7A. Grayscale: #333333. Windows color (decimal): -9435771 or 8717680. OLE color: 8717680.
HSL color Cylindrical-coordinate representation of color #700585: hue angle of 290.16º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700585 is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 5 | 133 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.48 |
| HSL | 290.16º | 0.93% | 0.27% | - |
| HSV(B) | 290.16º | 0.96% | 0.52% | - |
| XYZ | 10.97 | 5.25 | 22.62 | - |
| YUV | 51.59 | 173.95 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 5 | 133 | 0.16 | 0.96 | 0 | 0.48 | 290.16 | 0.93 | 0.27 |
| Hex | 70 | 5 | 85 | 10 | 60 | 0 | 30 | 122 | 5D | 1B |
| Octal | 160 | 5 | 205 | 20 | 140 | 0 | 60 | 442 | 135 | 33 |
| Binary | 1110000 | 101 | 10000101 | 10000 | 1100000 | 0 | 110000 | 100100010 | 1011101 | 11011 |
Color Harmonies of #700585
Complementary color
Monochromatic Colors of #700585
Black with #700585
Text Example
Text Example
White with #700585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700585; }
p { color: rgb(112,5,133); }
H1.HeaderClassName
{
color: #700585;
}
.AnyTagClassName
{
color: #700585;
}
</style>
background-color css
<style>
a { background-color: #700585; }
a { background-color: rgb(112,5,133); }
div.DivClassName
{
background-color: #700585;
}
.BgClassName
{
background-color: #700585;
}
</style>
border-color css
<style>
span { border-color: #700585; }
span { border-color: rgb(112,5,133); }
td.TdClassName
{
border-color: #700585;
}
.TagClassName
{
border-color: #700585;
}
</style>