Shades of Purple #700397
Tints of Purple #700397
RGB
CMYK
RGB Variations
Color information
#700397 (or 0x700397) is known color: Purple. HEX triplet: 70, 03 and 97. RGB value is (112,3,151). Sum of RGB (Red+Green+Blue) = 112+3+151=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 151 (59.38% from 255 or 56.77% from 266); Max value from RGB is 151 - color contains mainly: blue. Hex color #700397 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700397 is #8FFC68. Grayscale: #333333. Windows color (decimal): -9436265 or 9896816. OLE color: 9896816.
HSL color Cylindrical-coordinate representation of color #700397: hue angle of 284.19º 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 #700397 is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 3 | 151 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.41 |
| HSL | 284.19º | 0.96% | 0.3% | - |
| HSV(B) | 284.19º | 0.98% | 0.59% | - |
| XYZ | 12.3 | 5.74 | 29.74 | - |
| YUV | 52.46 | 183.61 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 3 | 151 | 0.26 | 0.98 | 0 | 0.41 | 284.19 | 0.96 | 0.3 |
| Hex | 70 | 3 | 97 | 1A | 62 | 0 | 29 | 11C | 60 | 1E |
| Octal | 160 | 3 | 227 | 32 | 142 | 0 | 51 | 434 | 140 | 36 |
| Binary | 1110000 | 11 | 10010111 | 11010 | 1100010 | 0 | 101001 | 100011100 | 1100000 | 11110 |
Color Harmonies of #700397
Complementary color
Monochromatic Colors of #700397
Black with #700397
Text Example
Text Example
White with #700397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700397; }
p { color: rgb(112,3,151); }
H1.HeaderClassName
{
color: #700397;
}
.AnyTagClassName
{
color: #700397;
}
</style>
background-color css
<style>
a { background-color: #700397; }
a { background-color: rgb(112,3,151); }
div.DivClassName
{
background-color: #700397;
}
.BgClassName
{
background-color: #700397;
}
</style>
border-color css
<style>
span { border-color: #700397; }
span { border-color: rgb(112,3,151); }
td.TdClassName
{
border-color: #700397;
}
.TagClassName
{
border-color: #700397;
}
</style>