Shades of Purple #700385
Tints of Purple #700385
RGB
CMYK
RGB Variations
Color information
#700385 (or 0x700385) is known color: Purple. HEX triplet: 70, 03 and 85. RGB value is (112,3,133). Sum of RGB (Red+Green+Blue) = 112+3+133=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 133 (52.34% from 255 or 53.63% from 248); Max value from RGB is 133 - color contains mainly: blue. Hex color #700385 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700385 is #8FFC7A. Grayscale: #323232. Windows color (decimal): -9436283 or 8717168. OLE color: 8717168.
HSL color Cylindrical-coordinate representation of color #700385: hue angle of 290.31º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #700385 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 3 | 133 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.48 |
| HSL | 290.31º | 0.96% | 0.27% | - |
| HSV(B) | 290.31º | 0.98% | 0.52% | - |
| XYZ | 10.95 | 5.2 | 22.62 | - |
| YUV | 50.41 | 174.61 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 3 | 133 | 0.16 | 0.98 | 0 | 0.48 | 290.31 | 0.96 | 0.27 |
| Hex | 70 | 3 | 85 | 10 | 62 | 0 | 30 | 122 | 60 | 1B |
| Octal | 160 | 3 | 205 | 20 | 142 | 0 | 60 | 442 | 140 | 33 |
| Binary | 1110000 | 11 | 10000101 | 10000 | 1100010 | 0 | 110000 | 100100010 | 1100000 | 11011 |
Color Harmonies of #700385
Complementary color
Monochromatic Colors of #700385
Black with #700385
Text Example
Text Example
White with #700385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700385; }
p { color: rgb(112,3,133); }
H1.HeaderClassName
{
color: #700385;
}
.AnyTagClassName
{
color: #700385;
}
</style>
background-color css
<style>
a { background-color: #700385; }
a { background-color: rgb(112,3,133); }
div.DivClassName
{
background-color: #700385;
}
.BgClassName
{
background-color: #700385;
}
</style>
border-color css
<style>
span { border-color: #700385; }
span { border-color: rgb(112,3,133); }
td.TdClassName
{
border-color: #700385;
}
.TagClassName
{
border-color: #700385;
}
</style>