Shades of Purple #700384
Tints of Purple #700384
RGB
CMYK
RGB Variations
Color information
#700384 (or 0x700384) is known color: Purple. HEX triplet: 70, 03 and 84. RGB value is (112,3,132). Sum of RGB (Red+Green+Blue) = 112+3+132=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 132 (51.95% from 255 or 53.44% from 247); Max value from RGB is 132 - color contains mainly: blue. Hex color #700384 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700384 is #8FFC7B. Grayscale: #313131. Windows color (decimal): -9436284 or 8651632. OLE color: 8651632.
HSL color Cylindrical-coordinate representation of color #700384: hue angle of 290.7º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #700384 is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 3 | 132 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.48 |
| HSL | 290.7º | 0.96% | 0.26% | - |
| HSV(B) | 290.7º | 0.98% | 0.52% | - |
| XYZ | 10.88 | 5.18 | 22.26 | - |
| YUV | 50.3 | 174.11 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 3 | 132 | 0.15 | 0.98 | 0 | 0.48 | 290.7 | 0.96 | 0.26 |
| Hex | 70 | 3 | 84 | F | 62 | 0 | 30 | 123 | 60 | 1A |
| Octal | 160 | 3 | 204 | 17 | 142 | 0 | 60 | 443 | 140 | 32 |
| Binary | 1110000 | 11 | 10000100 | 1111 | 1100010 | 0 | 110000 | 100100011 | 1100000 | 11010 |
Color Harmonies of #700384
Complementary color
Monochromatic Colors of #700384
Black with #700384
Text Example
Text Example
White with #700384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700384; }
p { color: rgb(112,3,132); }
H1.HeaderClassName
{
color: #700384;
}
.AnyTagClassName
{
color: #700384;
}
</style>
background-color css
<style>
a { background-color: #700384; }
a { background-color: rgb(112,3,132); }
div.DivClassName
{
background-color: #700384;
}
.BgClassName
{
background-color: #700384;
}
</style>
border-color css
<style>
span { border-color: #700384; }
span { border-color: rgb(112,3,132); }
td.TdClassName
{
border-color: #700384;
}
.TagClassName
{
border-color: #700384;
}
</style>