Shades of Purple #700784
Tints of Purple #700784
RGB
CMYK
RGB Variations
Color information
#700784 (or 0x700784) is known color: Purple. HEX triplet: 70, 07 and 84. RGB value is (112,7,132). Sum of RGB (Red+Green+Blue) = 112+7+132=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 132 (51.95% from 255 or 52.59% from 251); Max value from RGB is 132 - color contains mainly: blue. Hex color #700784 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700784 is #8FF87B. Grayscale: #343434. Windows color (decimal): -9435260 or 8652656. OLE color: 8652656.
HSL color Cylindrical-coordinate representation of color #700784: hue angle of 290.4º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700784 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 7 | 132 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.48 |
| HSL | 290.4º | 0.9% | 0.27% | - |
| HSV(B) | 290.4º | 0.95% | 0.52% | - |
| XYZ | 10.92 | 5.26 | 22.27 | - |
| YUV | 52.65 | 172.79 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 7 | 132 | 0.15 | 0.95 | 0 | 0.48 | 290.4 | 0.9 | 0.27 |
| Hex | 70 | 7 | 84 | F | 5F | 0 | 30 | 122 | 5A | 1B |
| Octal | 160 | 7 | 204 | 17 | 137 | 0 | 60 | 442 | 132 | 33 |
| Binary | 1110000 | 111 | 10000100 | 1111 | 1011111 | 0 | 110000 | 100100010 | 1011010 | 11011 |
Color Harmonies of #700784
Complementary color
Monochromatic Colors of #700784
Black with #700784
Text Example
Text Example
White with #700784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700784; }
p { color: rgb(112,7,132); }
H1.HeaderClassName
{
color: #700784;
}
.AnyTagClassName
{
color: #700784;
}
</style>
background-color css
<style>
a { background-color: #700784; }
a { background-color: rgb(112,7,132); }
div.DivClassName
{
background-color: #700784;
}
.BgClassName
{
background-color: #700784;
}
</style>
border-color css
<style>
span { border-color: #700784; }
span { border-color: rgb(112,7,132); }
td.TdClassName
{
border-color: #700784;
}
.TagClassName
{
border-color: #700784;
}
</style>