Shades of Purple #700684
Tints of Purple #700684
RGB
CMYK
RGB Variations
Color information
#700684 (or 0x700684) is known color: Purple. HEX triplet: 70, 06 and 84. RGB value is (112,6,132). Sum of RGB (Red+Green+Blue) = 112+6+132=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 132 (51.95% from 255 or 52.8% from 250); Max value from RGB is 132 - color contains mainly: blue. Hex color #700684 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700684 is #8FF97B. Grayscale: #333333. Windows color (decimal): -9435516 or 8652400. OLE color: 8652400.
HSL color Cylindrical-coordinate representation of color #700684: hue angle of 290.48º degrees, saturation: 0.91, 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 #700684 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 6 | 132 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.48 |
| HSL | 290.48º | 0.91% | 0.27% | - |
| HSV(B) | 290.48º | 0.95% | 0.52% | - |
| XYZ | 10.91 | 5.24 | 22.27 | - |
| YUV | 52.06 | 173.12 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 6 | 132 | 0.15 | 0.95 | 0 | 0.48 | 290.48 | 0.91 | 0.27 |
| Hex | 70 | 6 | 84 | F | 5F | 0 | 30 | 122 | 5B | 1B |
| Octal | 160 | 6 | 204 | 17 | 137 | 0 | 60 | 442 | 133 | 33 |
| Binary | 1110000 | 110 | 10000100 | 1111 | 1011111 | 0 | 110000 | 100100010 | 1011011 | 11011 |
Color Harmonies of #700684
Complementary color
Monochromatic Colors of #700684
Black with #700684
Text Example
Text Example
White with #700684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700684; }
p { color: rgb(112,6,132); }
H1.HeaderClassName
{
color: #700684;
}
.AnyTagClassName
{
color: #700684;
}
</style>
background-color css
<style>
a { background-color: #700684; }
a { background-color: rgb(112,6,132); }
div.DivClassName
{
background-color: #700684;
}
.BgClassName
{
background-color: #700684;
}
</style>
border-color css
<style>
span { border-color: #700684; }
span { border-color: rgb(112,6,132); }
td.TdClassName
{
border-color: #700684;
}
.TagClassName
{
border-color: #700684;
}
</style>