Shades of Purple #700F7C
Tints of Purple #700F7C
RGB
CMYK
RGB Variations
Color information
#700F7C (or 0x700F7C) is known color: Purple. HEX triplet: 70, 0F and 7C. RGB value is (112,15,124). Sum of RGB (Red+Green+Blue) = 112+15+124=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 15 (6.25% from 255 or 5.98% from 251); Blue value is 124 (48.83% from 255 or 49.40% from 251); Max value from RGB is 124 - color contains mainly: blue. Hex color #700F7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700F7C is #8FF083. Grayscale: #383838. Windows color (decimal): -9433220 or 8130416. OLE color: 8130416.
HSL color Cylindrical-coordinate representation of color #700F7C: hue angle of 293.39º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #700F7C is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 15 | 124 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.51 |
| HSL | 293.39º | 0.78% | 0.27% | - |
| HSV(B) | 293.39º | 0.88% | 0.49% | - |
| XYZ | 10.49 | 5.24 | 19.53 | - |
| YUV | 56.43 | 166.14 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 15 | 124 | 0.10 | 0.88 | 0 | 0.51 | 293.39 | 0.78 | 0.27 |
| Hex | 70 | F | 7C | A | 58 | 0 | 33 | 125 | 4E | 1B |
| Octal | 160 | 17 | 174 | 12 | 130 | 0 | 63 | 445 | 116 | 33 |
| Binary | 1110000 | 1111 | 1111100 | 1010 | 1011000 | 0 | 110011 | 100100101 | 1001110 | 11011 |
Color Harmonies of #700F7C
Complementary color
Monochromatic Colors of #700F7C
Black with #700F7C
Text Example
Text Example
White with #700F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700F7C; }
p { color: rgb(112,15,124); }
H1.HeaderClassName
{
color: #700F7C;
}
.AnyTagClassName
{
color: #700F7C;
}
</style>
background-color css
<style>
a { background-color: #700F7C; }
a { background-color: rgb(112,15,124); }
div.DivClassName
{
background-color: #700F7C;
}
.BgClassName
{
background-color: #700F7C;
}
</style>
border-color css
<style>
span { border-color: #700F7C; }
span { border-color: rgb(112,15,124); }
td.TdClassName
{
border-color: #700F7C;
}
.TagClassName
{
border-color: #700F7C;
}
</style>