Shades of Purple #700F9A
Tints of Purple #700F9A
RGB
CMYK
RGB Variations
Color information
#700F9A (or 0x700F9A) is known color: Purple. HEX triplet: 70, 0F and 9A. RGB value is (112,15,154). Sum of RGB (Red+Green+Blue) = 112+15+154=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 15 (6.25% from 255 or 5.34% from 281); Blue value is 154 (60.55% from 255 or 54.80% from 281); Max value from RGB is 154 - color contains mainly: blue. Hex color #700F9A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700F9A is #8FF065. Grayscale: #3B3B3B. Windows color (decimal): -9433190 or 10096496. OLE color: 10096496.
HSL color Cylindrical-coordinate representation of color #700F9A: hue angle of 281.87º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #700F9A is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 15 | 154 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.40 |
| HSL | 281.87º | 0.82% | 0.33% | - |
| HSV(B) | 281.87º | 0.9% | 0.6% | - |
| XYZ | 12.69 | 6.12 | 31.08 | - |
| YUV | 59.85 | 181.14 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 15 | 154 | 0.27 | 0.90 | 0 | 0.40 | 281.87 | 0.82 | 0.33 |
| Hex | 70 | F | 9A | 1B | 5A | 0 | 28 | 11A | 52 | 21 |
| Octal | 160 | 17 | 232 | 33 | 132 | 0 | 50 | 432 | 122 | 41 |
| Binary | 1110000 | 1111 | 10011010 | 11011 | 1011010 | 0 | 101000 | 100011010 | 1010010 | 100001 |
Color Harmonies of #700F9A
Complementary color
Monochromatic Colors of #700F9A
Black with #700F9A
Text Example
Text Example
White with #700F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700F9A; }
p { color: rgb(112,15,154); }
H1.HeaderClassName
{
color: #700F9A;
}
.AnyTagClassName
{
color: #700F9A;
}
</style>
background-color css
<style>
a { background-color: #700F9A; }
a { background-color: rgb(112,15,154); }
div.DivClassName
{
background-color: #700F9A;
}
.BgClassName
{
background-color: #700F9A;
}
</style>
border-color css
<style>
span { border-color: #700F9A; }
span { border-color: rgb(112,15,154); }
td.TdClassName
{
border-color: #700F9A;
}
.TagClassName
{
border-color: #700F9A;
}
</style>