Shades of Purple #700B6A
Tints of Purple #700B6A
RGB
CMYK
RGB Variations
Color information
#700B6A (or 0x700B6A) is known color: Purple. HEX triplet: 70, 0B and 6A. RGB value is (112,11,106). Sum of RGB (Red+Green+Blue) = 112+11+106=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 11 (4.69% from 255 or 4.80% from 229); Blue value is 106 (41.80% from 255 or 46.29% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #700B6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700B6A is #8FF495. Grayscale: #333333. Windows color (decimal): -9434262 or 6949744. OLE color: 6949744.
HSL color Cylindrical-coordinate representation of color #700B6A: hue angle of 303.56º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #700B6A is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 11 | 106 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.56 |
| HSL | 303.56º | 0.82% | 0.24% | - |
| HSV(B) | 303.56º | 0.9% | 0.44% | - |
| XYZ | 9.4 | 4.72 | 14.05 | - |
| YUV | 52.03 | 158.46 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 11 | 106 | 0 | 0.90 | 0.05 | 0.56 | 303.56 | 0.82 | 0.24 |
| Hex | 70 | B | 6A | 0 | 5A | 5 | 38 | 130 | 52 | 18 |
| Octal | 160 | 13 | 152 | 0 | 132 | 5 | 70 | 460 | 122 | 30 |
| Binary | 1110000 | 1011 | 1101010 | 0 | 1011010 | 101 | 111000 | 100110000 | 1010010 | 11000 |
Color Harmonies of #700B6A
Complementary color
Monochromatic Colors of #700B6A
Black with #700B6A
Text Example
Text Example
White with #700B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700B6A; }
p { color: rgb(112,11,106); }
H1.HeaderClassName
{
color: #700B6A;
}
.AnyTagClassName
{
color: #700B6A;
}
</style>
background-color css
<style>
a { background-color: #700B6A; }
a { background-color: rgb(112,11,106); }
div.DivClassName
{
background-color: #700B6A;
}
.BgClassName
{
background-color: #700B6A;
}
</style>
border-color css
<style>
span { border-color: #700B6A; }
span { border-color: rgb(112,11,106); }
td.TdClassName
{
border-color: #700B6A;
}
.TagClassName
{
border-color: #700B6A;
}
</style>