Shades of Purple #700498
Tints of Purple #700498
RGB
CMYK
RGB Variations
Color information
#700498 (or 0x700498) is known color: Purple. HEX triplet: 70, 04 and 98. RGB value is (112,4,152). Sum of RGB (Red+Green+Blue) = 112+4+152=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 152 (59.77% from 255 or 56.72% from 268); Max value from RGB is 152 - color contains mainly: blue. Hex color #700498 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700498 is #8FFB67. Grayscale: #343434. Windows color (decimal): -9436008 or 9962608. OLE color: 9962608.
HSL color Cylindrical-coordinate representation of color #700498: hue angle of 283.78º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #700498 is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 4 | 152 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.40 |
| HSL | 283.78º | 0.95% | 0.31% | - |
| HSV(B) | 283.78º | 0.97% | 0.6% | - |
| XYZ | 12.39 | 5.8 | 30.17 | - |
| YUV | 53.16 | 183.78 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 4 | 152 | 0.26 | 0.97 | 0 | 0.40 | 283.78 | 0.95 | 0.31 |
| Hex | 70 | 4 | 98 | 1A | 61 | 0 | 28 | 11C | 5F | 1F |
| Octal | 160 | 4 | 230 | 32 | 141 | 0 | 50 | 434 | 137 | 37 |
| Binary | 1110000 | 100 | 10011000 | 11010 | 1100001 | 0 | 101000 | 100011100 | 1011111 | 11111 |
Color Harmonies of #700498
Complementary color
Monochromatic Colors of #700498
Black with #700498
Text Example
Text Example
White with #700498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700498; }
p { color: rgb(112,4,152); }
H1.HeaderClassName
{
color: #700498;
}
.AnyTagClassName
{
color: #700498;
}
</style>
background-color css
<style>
a { background-color: #700498; }
a { background-color: rgb(112,4,152); }
div.DivClassName
{
background-color: #700498;
}
.BgClassName
{
background-color: #700498;
}
</style>
border-color css
<style>
span { border-color: #700498; }
span { border-color: rgb(112,4,152); }
td.TdClassName
{
border-color: #700498;
}
.TagClassName
{
border-color: #700498;
}
</style>