Shades of Purple #700767
Tints of Purple #700767
RGB
CMYK
RGB Variations
Color information
#700767 (or 0x700767) is known color: Purple. HEX triplet: 70, 07 and 67. RGB value is (112,7,103). Sum of RGB (Red+Green+Blue) = 112+7+103=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 103 (40.62% from 255 or 46.40% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #700767 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700767 is #8FF898. Grayscale: #313131. Windows color (decimal): -9435289 or 6752112. OLE color: 6752112.
HSL color Cylindrical-coordinate representation of color #700767: hue angle of 305.14º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700767 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 7 | 103 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.56 |
| HSL | 305.14º | 0.88% | 0.23% | - |
| HSV(B) | 305.14º | 0.94% | 0.44% | - |
| XYZ | 9.21 | 4.58 | 13.23 | - |
| YUV | 49.34 | 158.29 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 7 | 103 | 0 | 0.94 | 0.08 | 0.56 | 305.14 | 0.88 | 0.23 |
| Hex | 70 | 7 | 67 | 0 | 5E | 8 | 38 | 131 | 58 | 17 |
| Octal | 160 | 7 | 147 | 0 | 136 | 10 | 70 | 461 | 130 | 27 |
| Binary | 1110000 | 111 | 1100111 | 0 | 1011110 | 1000 | 111000 | 100110001 | 1011000 | 10111 |
Color Harmonies of #700767
Complementary color
Monochromatic Colors of #700767
Black with #700767
Text Example
Text Example
White with #700767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700767; }
p { color: rgb(112,7,103); }
H1.HeaderClassName
{
color: #700767;
}
.AnyTagClassName
{
color: #700767;
}
</style>
background-color css
<style>
a { background-color: #700767; }
a { background-color: rgb(112,7,103); }
div.DivClassName
{
background-color: #700767;
}
.BgClassName
{
background-color: #700767;
}
</style>
border-color css
<style>
span { border-color: #700767; }
span { border-color: rgb(112,7,103); }
td.TdClassName
{
border-color: #700767;
}
.TagClassName
{
border-color: #700767;
}
</style>