Shades of Purple #70008B
Tints of Purple #70008B
RGB
CMYK
RGB Variations
Color information
#70008B (or 0x70008B) is known color: Purple. HEX triplet: 70, 00 and 8B. RGB value is (112,0,139). Sum of RGB (Red+Green+Blue) = 112+0+139=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 139 (54.69% from 255 or 55.38% from 251); Max value from RGB is 139 - color contains mainly: blue. Hex color #70008B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70008B is #8FFF74. Grayscale: #303030. Windows color (decimal): -9437045 or 9109616. OLE color: 9109616.
HSL color Cylindrical-coordinate representation of color #70008B: hue angle of 288.35º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #70008B is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 0 | 139 | - |
| CMYK | 0.19 | 1 | 0 | 0.45 |
| HSL | 288.35º | 1% | 0.27% | - |
| HSV(B) | 288.35º | 1% | 0.55% | - |
| XYZ | 11.34 | 5.31 | 24.85 | - |
| YUV | 49.33 | 178.61 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 0 | 139 | 0.19 | 1 | 0 | 0.45 | 288.35 | 1 | 0.27 |
| Hex | 70 | 0 | 8B | 13 | 64 | 0 | 2D | 120 | 64 | 1B |
| Octal | 160 | 0 | 213 | 23 | 144 | 0 | 55 | 440 | 144 | 33 |
| Binary | 1110000 | 0 | 10001011 | 10011 | 1100100 | 0 | 101101 | 100100000 | 1100100 | 11011 |
Color Harmonies of #70008B
Complementary color
Monochromatic Colors of #70008B
Black with #70008B
Text Example
Text Example
White with #70008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70008B; }
p { color: rgb(112,0,139); }
H1.HeaderClassName
{
color: #70008B;
}
.AnyTagClassName
{
color: #70008B;
}
</style>
background-color css
<style>
a { background-color: #70008B; }
a { background-color: rgb(112,0,139); }
div.DivClassName
{
background-color: #70008B;
}
.BgClassName
{
background-color: #70008B;
}
</style>
border-color css
<style>
span { border-color: #70008B; }
span { border-color: rgb(112,0,139); }
td.TdClassName
{
border-color: #70008B;
}
.TagClassName
{
border-color: #70008B;
}
</style>