Shades of Purple #700277
Tints of Purple #700277
RGB
CMYK
RGB Variations
Color information
#700277 (or 0x700277) is known color: Purple. HEX triplet: 70, 02 and 77. RGB value is (112,2,119). Sum of RGB (Red+Green+Blue) = 112+2+119=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #700277 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700277 is #8FFD88. Grayscale: #2F2F2F. Windows color (decimal): -9436553 or 7799408. OLE color: 7799408.
HSL color Cylindrical-coordinate representation of color #700277: hue angle of 296.41º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #700277 is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 2 | 119 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.53 |
| HSL | 296.41º | 0.97% | 0.24% | - |
| HSV(B) | 296.41º | 0.98% | 0.47% | - |
| XYZ | 10.03 | 4.82 | 17.85 | - |
| YUV | 48.23 | 167.94 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 119 | 0.06 | 0.98 | 0 | 0.53 | 296.41 | 0.97 | 0.24 |
| Hex | 70 | 2 | 77 | 6 | 62 | 0 | 35 | 128 | 61 | 18 |
| Octal | 160 | 2 | 167 | 6 | 142 | 0 | 65 | 450 | 141 | 30 |
| Binary | 1110000 | 10 | 1110111 | 110 | 1100010 | 0 | 110101 | 100101000 | 1100001 | 11000 |
Color Harmonies of #700277
Complementary color
Monochromatic Colors of #700277
Black with #700277
Text Example
Text Example
White with #700277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700277; }
p { color: rgb(112,2,119); }
H1.HeaderClassName
{
color: #700277;
}
.AnyTagClassName
{
color: #700277;
}
</style>
background-color css
<style>
a { background-color: #700277; }
a { background-color: rgb(112,2,119); }
div.DivClassName
{
background-color: #700277;
}
.BgClassName
{
background-color: #700277;
}
</style>
border-color css
<style>
span { border-color: #700277; }
span { border-color: rgb(112,2,119); }
td.TdClassName
{
border-color: #700277;
}
.TagClassName
{
border-color: #700277;
}
</style>