Shades of Purple #700D92
Tints of Purple #700D92
RGB
CMYK
RGB Variations
Color information
#700D92 (or 0x700D92) is known color: Purple. HEX triplet: 70, 0D and 92. RGB value is (112,13,146). Sum of RGB (Red+Green+Blue) = 112+13+146=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 13 (5.47% from 255 or 4.80% from 271); Blue value is 146 (57.42% from 255 or 53.87% from 271); Max value from RGB is 146 - color contains mainly: blue. Hex color #700D92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700D92 is #8FF26D. Grayscale: #393939. Windows color (decimal): -9433710 or 9571696. OLE color: 9571696.
HSL color Cylindrical-coordinate representation of color #700D92: hue angle of 284.66º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #700D92 is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 13 | 146 | - |
| CMYK | 0.23 | 0.91 | 0 | 0.43 |
| HSL | 284.66º | 0.84% | 0.31% | - |
| HSV(B) | 284.66º | 0.91% | 0.57% | - |
| XYZ | 12.01 | 5.81 | 27.68 | - |
| YUV | 57.76 | 177.8 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 13 | 146 | 0.23 | 0.91 | 0 | 0.43 | 284.66 | 0.84 | 0.31 |
| Hex | 70 | D | 92 | 17 | 5B | 0 | 2B | 11D | 54 | 1F |
| Octal | 160 | 15 | 222 | 27 | 133 | 0 | 53 | 435 | 124 | 37 |
| Binary | 1110000 | 1101 | 10010010 | 10111 | 1011011 | 0 | 101011 | 100011101 | 1010100 | 11111 |
Color Harmonies of #700D92
Complementary color
Monochromatic Colors of #700D92
Black with #700D92
Text Example
Text Example
White with #700D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700D92; }
p { color: rgb(112,13,146); }
H1.HeaderClassName
{
color: #700D92;
}
.AnyTagClassName
{
color: #700D92;
}
</style>
background-color css
<style>
a { background-color: #700D92; }
a { background-color: rgb(112,13,146); }
div.DivClassName
{
background-color: #700D92;
}
.BgClassName
{
background-color: #700D92;
}
</style>
border-color css
<style>
span { border-color: #700D92; }
span { border-color: rgb(112,13,146); }
td.TdClassName
{
border-color: #700D92;
}
.TagClassName
{
border-color: #700D92;
}
</style>