Shades of Purple #700260
Tints of Purple #700260
RGB
CMYK
RGB Variations
Color information
#700260 (or 0x700260) is known color: Purple. HEX triplet: 70, 02 and 60. RGB value is (112,2,96). Sum of RGB (Red+Green+Blue) = 112+2+96=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #700260 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700260 is #8FFD9F. Grayscale: #2D2D2D. Windows color (decimal): -9436576 or 6292080. OLE color: 6292080.
HSL color Cylindrical-coordinate representation of color #700260: hue angle of 308.73º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #700260 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 2 | 96 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.56 |
| HSL | 308.73º | 0.96% | 0.22% | - |
| HSV(B) | 308.73º | 0.98% | 0.44% | - |
| XYZ | 8.82 | 4.33 | 11.44 | - |
| YUV | 45.61 | 156.44 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 96 | 0 | 0.98 | 0.14 | 0.56 | 308.73 | 0.96 | 0.22 |
| Hex | 70 | 2 | 60 | 0 | 62 | E | 38 | 135 | 60 | 16 |
| Octal | 160 | 2 | 140 | 0 | 142 | 16 | 70 | 465 | 140 | 26 |
| Binary | 1110000 | 10 | 1100000 | 0 | 1100010 | 1110 | 111000 | 100110101 | 1100000 | 10110 |
Color Harmonies of #700260
Complementary color
Monochromatic Colors of #700260
Black with #700260
Text Example
Text Example
White with #700260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700260; }
p { color: rgb(112,2,96); }
H1.HeaderClassName
{
color: #700260;
}
.AnyTagClassName
{
color: #700260;
}
</style>
background-color css
<style>
a { background-color: #700260; }
a { background-color: rgb(112,2,96); }
div.DivClassName
{
background-color: #700260;
}
.BgClassName
{
background-color: #700260;
}
</style>
border-color css
<style>
span { border-color: #700260; }
span { border-color: rgb(112,2,96); }
td.TdClassName
{
border-color: #700260;
}
.TagClassName
{
border-color: #700260;
}
</style>