Shades of Purple #700C8B
Tints of Purple #700C8B
RGB
CMYK
RGB Variations
Color information
#700C8B (or 0x700C8B) is known color: Purple. HEX triplet: 70, 0C and 8B. RGB value is (112,12,139). Sum of RGB (Red+Green+Blue) = 112+12+139=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 12 (5.08% from 255 or 4.56% from 263); Blue value is 139 (54.69% from 255 or 52.85% from 263); Max value from RGB is 139 - color contains mainly: blue. Hex color #700C8B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700C8B is #8FF374. Grayscale: #373737. Windows color (decimal): -9433973 or 9112688. OLE color: 9112688.
HSL color Cylindrical-coordinate representation of color #700C8B: hue angle of 287.24º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #700C8B is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 12 | 139 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.45 |
| HSL | 287.24º | 0.84% | 0.3% | - |
| HSV(B) | 287.24º | 0.91% | 0.55% | - |
| XYZ | 11.47 | 5.57 | 24.9 | - |
| YUV | 56.38 | 174.63 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 12 | 139 | 0.19 | 0.91 | 0 | 0.45 | 287.24 | 0.84 | 0.3 |
| Hex | 70 | C | 8B | 13 | 5B | 0 | 2D | 11F | 54 | 1E |
| Octal | 160 | 14 | 213 | 23 | 133 | 0 | 55 | 437 | 124 | 36 |
| Binary | 1110000 | 1100 | 10001011 | 10011 | 1011011 | 0 | 101101 | 100011111 | 1010100 | 11110 |
Color Harmonies of #700C8B
Complementary color
Monochromatic Colors of #700C8B
Black with #700C8B
Text Example
Text Example
White with #700C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700C8B; }
p { color: rgb(112,12,139); }
H1.HeaderClassName
{
color: #700C8B;
}
.AnyTagClassName
{
color: #700C8B;
}
</style>
background-color css
<style>
a { background-color: #700C8B; }
a { background-color: rgb(112,12,139); }
div.DivClassName
{
background-color: #700C8B;
}
.BgClassName
{
background-color: #700C8B;
}
</style>
border-color css
<style>
span { border-color: #700C8B; }
span { border-color: rgb(112,12,139); }
td.TdClassName
{
border-color: #700C8B;
}
.TagClassName
{
border-color: #700C8B;
}
</style>