Shades of Purple #70018B
Tints of Purple #70018B
RGB
CMYK
RGB Variations
Color information
#70018B (or 0x70018B) is known color: Purple. HEX triplet: 70, 01 and 8B. RGB value is (112,1,139). Sum of RGB (Red+Green+Blue) = 112+1+139=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 139 (54.69% from 255 or 55.16% from 252); Max value from RGB is 139 - color contains mainly: blue. Hex color #70018B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70018B is #8FFE74. Grayscale: #313131. Windows color (decimal): -9436789 or 9109872. OLE color: 9109872.
HSL color Cylindrical-coordinate representation of color #70018B: hue angle of 288.26º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #70018B is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 1 | 139 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.45 |
| HSL | 288.26º | 0.99% | 0.27% | - |
| HSV(B) | 288.26º | 0.99% | 0.55% | - |
| XYZ | 11.35 | 5.33 | 24.86 | - |
| YUV | 49.92 | 178.27 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 1 | 139 | 0.19 | 0.99 | 0 | 0.45 | 288.26 | 0.99 | 0.27 |
| Hex | 70 | 1 | 8B | 13 | 63 | 0 | 2D | 120 | 63 | 1B |
| Octal | 160 | 1 | 213 | 23 | 143 | 0 | 55 | 440 | 143 | 33 |
| Binary | 1110000 | 1 | 10001011 | 10011 | 1100011 | 0 | 101101 | 100100000 | 1100011 | 11011 |
Color Harmonies of #70018B
Complementary color
Monochromatic Colors of #70018B
Black with #70018B
Text Example
Text Example
White with #70018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70018B; }
p { color: rgb(112,1,139); }
H1.HeaderClassName
{
color: #70018B;
}
.AnyTagClassName
{
color: #70018B;
}
</style>
background-color css
<style>
a { background-color: #70018B; }
a { background-color: rgb(112,1,139); }
div.DivClassName
{
background-color: #70018B;
}
.BgClassName
{
background-color: #70018B;
}
</style>
border-color css
<style>
span { border-color: #70018B; }
span { border-color: rgb(112,1,139); }
td.TdClassName
{
border-color: #70018B;
}
.TagClassName
{
border-color: #70018B;
}
</style>