Shades of Purple #700268
Tints of Purple #700268
RGB
CMYK
RGB Variations
Color information
#700268 (or 0x700268) is known color: Purple. HEX triplet: 70, 02 and 68. RGB value is (112,2,104). Sum of RGB (Red+Green+Blue) = 112+2+104=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #700268 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700268 is #8FFD97. Grayscale: #2E2E2E. Windows color (decimal): -9436568 or 6816368. OLE color: 6816368.
HSL color Cylindrical-coordinate representation of color #700268: hue angle of 304.36º 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 #700268 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 2 | 104 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.56 |
| HSL | 304.36º | 0.96% | 0.22% | - |
| HSV(B) | 304.36º | 0.98% | 0.44% | - |
| XYZ | 9.2 | 4.49 | 13.48 | - |
| YUV | 46.52 | 160.44 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 104 | 0 | 0.98 | 0.07 | 0.56 | 304.36 | 0.96 | 0.22 |
| Hex | 70 | 2 | 68 | 0 | 62 | 7 | 38 | 130 | 60 | 16 |
| Octal | 160 | 2 | 150 | 0 | 142 | 7 | 70 | 460 | 140 | 26 |
| Binary | 1110000 | 10 | 1101000 | 0 | 1100010 | 111 | 111000 | 100110000 | 1100000 | 10110 |
Color Harmonies of #700268
Complementary color
Monochromatic Colors of #700268
Black with #700268
Text Example
Text Example
White with #700268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700268; }
p { color: rgb(112,2,104); }
H1.HeaderClassName
{
color: #700268;
}
.AnyTagClassName
{
color: #700268;
}
</style>
background-color css
<style>
a { background-color: #700268; }
a { background-color: rgb(112,2,104); }
div.DivClassName
{
background-color: #700268;
}
.BgClassName
{
background-color: #700268;
}
</style>
border-color css
<style>
span { border-color: #700268; }
span { border-color: rgb(112,2,104); }
td.TdClassName
{
border-color: #700268;
}
.TagClassName
{
border-color: #700268;
}
</style>