Shades of Purple #70148B
Tints of Purple #70148B
RGB
CMYK
RGB Variations
Color information
#70148B (or 0x70148B) is known color: Purple. HEX triplet: 70, 14 and 8B. RGB value is (112,20,139). Sum of RGB (Red+Green+Blue) = 112+20+139=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 139 (54.69% from 255 or 51.29% from 271); Max value from RGB is 139 - color contains mainly: blue. Hex color #70148B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70148B is #8FEB74. Grayscale: #3C3C3C. Windows color (decimal): -9431925 or 9114736. OLE color: 9114736.
HSL color Cylindrical-coordinate representation of color #70148B: hue angle of 286.39º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #70148B is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 20 | 139 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.45 |
| HSL | 286.39º | 0.75% | 0.31% | - |
| HSV(B) | 286.39º | 0.86% | 0.55% | - |
| XYZ | 11.59 | 5.81 | 24.94 | - |
| YUV | 61.07 | 171.98 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 20 | 139 | 0.19 | 0.86 | 0 | 0.45 | 286.39 | 0.75 | 0.31 |
| Hex | 70 | 14 | 8B | 13 | 56 | 0 | 2D | 11E | 4B | 1F |
| Octal | 160 | 24 | 213 | 23 | 126 | 0 | 55 | 436 | 113 | 37 |
| Binary | 1110000 | 10100 | 10001011 | 10011 | 1010110 | 0 | 101101 | 100011110 | 1001011 | 11111 |
Color Harmonies of #70148B
Complementary color
Monochromatic Colors of #70148B
Black with #70148B
Text Example
Text Example
White with #70148B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70148B; }
p { color: rgb(112,20,139); }
H1.HeaderClassName
{
color: #70148B;
}
.AnyTagClassName
{
color: #70148B;
}
</style>
background-color css
<style>
a { background-color: #70148B; }
a { background-color: rgb(112,20,139); }
div.DivClassName
{
background-color: #70148B;
}
.BgClassName
{
background-color: #70148B;
}
</style>
border-color css
<style>
span { border-color: #70148B; }
span { border-color: rgb(112,20,139); }
td.TdClassName
{
border-color: #70148B;
}
.TagClassName
{
border-color: #70148B;
}
</style>