Shades of Purple #700396
Tints of Purple #700396
RGB
CMYK
RGB Variations
Color information
#700396 (or 0x700396) is known color: Purple. HEX triplet: 70, 03 and 96. RGB value is (112,3,150). Sum of RGB (Red+Green+Blue) = 112+3+150=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 150 (58.98% from 255 or 56.60% from 265); Max value from RGB is 150 - color contains mainly: blue. Hex color #700396 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700396 is #8FFC69. Grayscale: #333333. Windows color (decimal): -9436266 or 9831280. OLE color: 9831280.
HSL color Cylindrical-coordinate representation of color #700396: hue angle of 284.49º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #700396 is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 3 | 150 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.41 |
| HSL | 284.49º | 0.96% | 0.3% | - |
| HSV(B) | 284.49º | 0.98% | 0.59% | - |
| XYZ | 12.22 | 5.71 | 29.31 | - |
| YUV | 52.35 | 183.11 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 3 | 150 | 0.25 | 0.98 | 0 | 0.41 | 284.49 | 0.96 | 0.3 |
| Hex | 70 | 3 | 96 | 19 | 62 | 0 | 29 | 11C | 60 | 1E |
| Octal | 160 | 3 | 226 | 31 | 142 | 0 | 51 | 434 | 140 | 36 |
| Binary | 1110000 | 11 | 10010110 | 11001 | 1100010 | 0 | 101001 | 100011100 | 1100000 | 11110 |
Color Harmonies of #700396
Complementary color
Monochromatic Colors of #700396
Black with #700396
Text Example
Text Example
White with #700396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700396; }
p { color: rgb(112,3,150); }
H1.HeaderClassName
{
color: #700396;
}
.AnyTagClassName
{
color: #700396;
}
</style>
background-color css
<style>
a { background-color: #700396; }
a { background-color: rgb(112,3,150); }
div.DivClassName
{
background-color: #700396;
}
.BgClassName
{
background-color: #700396;
}
</style>
border-color css
<style>
span { border-color: #700396; }
span { border-color: rgb(112,3,150); }
td.TdClassName
{
border-color: #700396;
}
.TagClassName
{
border-color: #700396;
}
</style>