Shades of Purple #700269
Tints of Purple #700269
RGB
CMYK
RGB Variations
Color information
#700269 (or 0x700269) is known color: Purple. HEX triplet: 70, 02 and 69. RGB value is (112,2,105). Sum of RGB (Red+Green+Blue) = 112+2+105=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 105 (41.41% from 255 or 47.95% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #700269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700269 is #8FFD96. Grayscale: #2E2E2E. Windows color (decimal): -9436567 or 6881904. OLE color: 6881904.
HSL color Cylindrical-coordinate representation of color #700269: hue angle of 303.82º 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 #700269 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 2 | 105 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.56 |
| HSL | 303.82º | 0.96% | 0.22% | - |
| HSV(B) | 303.82º | 0.98% | 0.44% | - |
| XYZ | 9.25 | 4.51 | 13.75 | - |
| YUV | 46.63 | 160.94 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 105 | 0 | 0.98 | 0.06 | 0.56 | 303.82 | 0.96 | 0.22 |
| Hex | 70 | 2 | 69 | 0 | 62 | 6 | 38 | 130 | 60 | 16 |
| Octal | 160 | 2 | 151 | 0 | 142 | 6 | 70 | 460 | 140 | 26 |
| Binary | 1110000 | 10 | 1101001 | 0 | 1100010 | 110 | 111000 | 100110000 | 1100000 | 10110 |
Color Harmonies of #700269
Complementary color
Monochromatic Colors of #700269
Black with #700269
Text Example
Text Example
White with #700269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700269; }
p { color: rgb(112,2,105); }
H1.HeaderClassName
{
color: #700269;
}
.AnyTagClassName
{
color: #700269;
}
</style>
background-color css
<style>
a { background-color: #700269; }
a { background-color: rgb(112,2,105); }
div.DivClassName
{
background-color: #700269;
}
.BgClassName
{
background-color: #700269;
}
</style>
border-color css
<style>
span { border-color: #700269; }
span { border-color: rgb(112,2,105); }
td.TdClassName
{
border-color: #700269;
}
.TagClassName
{
border-color: #700269;
}
</style>