Shades of Purple #70148A
Tints of Purple #70148A
RGB
CMYK
RGB Variations
Color information
#70148A (or 0x70148A) is known color: Purple. HEX triplet: 70, 14 and 8A. RGB value is (112,20,138). Sum of RGB (Red+Green+Blue) = 112+20+138=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 138 (54.30% from 255 or 51.11% from 270); Max value from RGB is 138 - color contains mainly: blue. Hex color #70148A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70148A is #8FEB75. Grayscale: #3C3C3C. Windows color (decimal): -9431926 or 9049200. OLE color: 9049200.
HSL color Cylindrical-coordinate representation of color #70148A: hue angle of 286.78º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #70148A is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 20 | 138 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.46 |
| HSL | 286.78º | 0.75% | 0.31% | - |
| HSV(B) | 286.78º | 0.86% | 0.54% | - |
| XYZ | 11.52 | 5.78 | 24.55 | - |
| YUV | 60.96 | 171.48 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 20 | 138 | 0.19 | 0.86 | 0 | 0.46 | 286.78 | 0.75 | 0.31 |
| Hex | 70 | 14 | 8A | 13 | 56 | 0 | 2E | 11F | 4B | 1F |
| Octal | 160 | 24 | 212 | 23 | 126 | 0 | 56 | 437 | 113 | 37 |
| Binary | 1110000 | 10100 | 10001010 | 10011 | 1010110 | 0 | 101110 | 100011111 | 1001011 | 11111 |
Color Harmonies of #70148A
Complementary color
Monochromatic Colors of #70148A
Black with #70148A
Text Example
Text Example
White with #70148A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70148A; }
p { color: rgb(112,20,138); }
H1.HeaderClassName
{
color: #70148A;
}
.AnyTagClassName
{
color: #70148A;
}
</style>
background-color css
<style>
a { background-color: #70148A; }
a { background-color: rgb(112,20,138); }
div.DivClassName
{
background-color: #70148A;
}
.BgClassName
{
background-color: #70148A;
}
</style>
border-color css
<style>
span { border-color: #70148A; }
span { border-color: rgb(112,20,138); }
td.TdClassName
{
border-color: #70148A;
}
.TagClassName
{
border-color: #70148A;
}
</style>