Shades of Purple #700264
Tints of Purple #700264
RGB
CMYK
RGB Variations
Color information
#700264 (or 0x700264) is known color: Purple. HEX triplet: 70, 02 and 64. RGB value is (112,2,100). Sum of RGB (Red+Green+Blue) = 112+2+100=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 100 (39.45% from 255 or 46.73% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #700264 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700264 is #8FFD9B. Grayscale: #2D2D2D. Windows color (decimal): -9436572 or 6554224. OLE color: 6554224.
HSL color Cylindrical-coordinate representation of color #700264: hue angle of 306.55º 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 #700264 is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 2 | 100 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.56 |
| HSL | 306.55º | 0.96% | 0.22% | - |
| HSV(B) | 306.55º | 0.98% | 0.44% | - |
| XYZ | 9 | 4.41 | 12.43 | - |
| YUV | 46.06 | 158.44 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 100 | 0 | 0.98 | 0.11 | 0.56 | 306.55 | 0.96 | 0.22 |
| Hex | 70 | 2 | 64 | 0 | 62 | B | 38 | 133 | 60 | 16 |
| Octal | 160 | 2 | 144 | 0 | 142 | 13 | 70 | 463 | 140 | 26 |
| Binary | 1110000 | 10 | 1100100 | 0 | 1100010 | 1011 | 111000 | 100110011 | 1100000 | 10110 |
Color Harmonies of #700264
Complementary color
Monochromatic Colors of #700264
Black with #700264
Text Example
Text Example
White with #700264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700264; }
p { color: rgb(112,2,100); }
H1.HeaderClassName
{
color: #700264;
}
.AnyTagClassName
{
color: #700264;
}
</style>
background-color css
<style>
a { background-color: #700264; }
a { background-color: rgb(112,2,100); }
div.DivClassName
{
background-color: #700264;
}
.BgClassName
{
background-color: #700264;
}
</style>
border-color css
<style>
span { border-color: #700264; }
span { border-color: rgb(112,2,100); }
td.TdClassName
{
border-color: #700264;
}
.TagClassName
{
border-color: #700264;
}
</style>