Shades of Purple #700390
Tints of Purple #700390
RGB
CMYK
RGB Variations
Color information
#700390 (or 0x700390) is known color: Purple. HEX triplet: 70, 03 and 90. RGB value is (112,3,144). Sum of RGB (Red+Green+Blue) = 112+3+144=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 144 (56.64% from 255 or 55.60% from 259); Max value from RGB is 144 - color contains mainly: blue. Hex color #700390 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700390 is #8FFC6F. Grayscale: #333333. Windows color (decimal): -9436272 or 9438064. OLE color: 9438064.
HSL color Cylindrical-coordinate representation of color #700390: hue angle of 286.38º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #700390 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 3 | 144 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.44 |
| HSL | 286.38º | 0.96% | 0.29% | - |
| HSV(B) | 286.38º | 0.98% | 0.56% | - |
| XYZ | 11.75 | 5.52 | 26.83 | - |
| YUV | 51.67 | 180.11 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 3 | 144 | 0.22 | 0.98 | 0 | 0.44 | 286.38 | 0.96 | 0.29 |
| Hex | 70 | 3 | 90 | 16 | 62 | 0 | 2C | 11E | 60 | 1D |
| Octal | 160 | 3 | 220 | 26 | 142 | 0 | 54 | 436 | 140 | 35 |
| Binary | 1110000 | 11 | 10010000 | 10110 | 1100010 | 0 | 101100 | 100011110 | 1100000 | 11101 |
Color Harmonies of #700390
Complementary color
Monochromatic Colors of #700390
Black with #700390
Text Example
Text Example
White with #700390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700390; }
p { color: rgb(112,3,144); }
H1.HeaderClassName
{
color: #700390;
}
.AnyTagClassName
{
color: #700390;
}
</style>
background-color css
<style>
a { background-color: #700390; }
a { background-color: rgb(112,3,144); }
div.DivClassName
{
background-color: #700390;
}
.BgClassName
{
background-color: #700390;
}
</style>
border-color css
<style>
span { border-color: #700390; }
span { border-color: rgb(112,3,144); }
td.TdClassName
{
border-color: #700390;
}
.TagClassName
{
border-color: #700390;
}
</style>