Shades of Purple #700B69
Tints of Purple #700B69
RGB
CMYK
RGB Variations
Color information
#700B69 (or 0x700B69) is known color: Purple. HEX triplet: 70, 0B and 69. RGB value is (112,11,105). Sum of RGB (Red+Green+Blue) = 112+11+105=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 11 (4.69% from 255 or 4.82% from 228); Blue value is 105 (41.41% from 255 or 46.05% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #700B69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700B69 is #8FF496. Grayscale: #333333. Windows color (decimal): -9434263 or 6884208. OLE color: 6884208.
HSL color Cylindrical-coordinate representation of color #700B69: hue angle of 304.16º 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 #700B69 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 11 | 105 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.56 |
| HSL | 304.16º | 0.82% | 0.24% | - |
| HSV(B) | 304.16º | 0.9% | 0.44% | - |
| XYZ | 9.35 | 4.7 | 13.78 | - |
| YUV | 51.92 | 157.96 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 11 | 105 | 0 | 0.90 | 0.06 | 0.56 | 304.16 | 0.82 | 0.24 |
| Hex | 70 | B | 69 | 0 | 5A | 6 | 38 | 130 | 52 | 18 |
| Octal | 160 | 13 | 151 | 0 | 132 | 6 | 70 | 460 | 122 | 30 |
| Binary | 1110000 | 1011 | 1101001 | 0 | 1011010 | 110 | 111000 | 100110000 | 1010010 | 11000 |
Color Harmonies of #700B69
Complementary color
Monochromatic Colors of #700B69
Black with #700B69
Text Example
Text Example
White with #700B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700B69; }
p { color: rgb(112,11,105); }
H1.HeaderClassName
{
color: #700B69;
}
.AnyTagClassName
{
color: #700B69;
}
</style>
background-color css
<style>
a { background-color: #700B69; }
a { background-color: rgb(112,11,105); }
div.DivClassName
{
background-color: #700B69;
}
.BgClassName
{
background-color: #700B69;
}
</style>
border-color css
<style>
span { border-color: #700B69; }
span { border-color: rgb(112,11,105); }
td.TdClassName
{
border-color: #700B69;
}
.TagClassName
{
border-color: #700B69;
}
</style>