Shades of Purple #700364
Tints of Purple #700364
RGB
CMYK
RGB Variations
Color information
#700364 (or 0x700364) is known color: Purple. HEX triplet: 70, 03 and 64. RGB value is (112,3,100). Sum of RGB (Red+Green+Blue) = 112+3+100=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 100 (39.45% from 255 or 46.51% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #700364 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700364 is #8FFC9B. Grayscale: #2E2E2E. Windows color (decimal): -9436316 or 6554480. OLE color: 6554480.
HSL color Cylindrical-coordinate representation of color #700364: hue angle of 306.61º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #700364 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 3 | 100 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.56 |
| HSL | 306.61º | 0.95% | 0.23% | - |
| HSV(B) | 306.61º | 0.97% | 0.44% | - |
| XYZ | 9.01 | 4.43 | 12.44 | - |
| YUV | 46.65 | 158.11 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 3 | 100 | 0 | 0.97 | 0.11 | 0.56 | 306.61 | 0.95 | 0.23 |
| Hex | 70 | 3 | 64 | 0 | 61 | B | 38 | 133 | 5F | 17 |
| Octal | 160 | 3 | 144 | 0 | 141 | 13 | 70 | 463 | 137 | 27 |
| Binary | 1110000 | 11 | 1100100 | 0 | 1100001 | 1011 | 111000 | 100110011 | 1011111 | 10111 |
Color Harmonies of #700364
Complementary color
Monochromatic Colors of #700364
Black with #700364
Text Example
Text Example
White with #700364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700364; }
p { color: rgb(112,3,100); }
H1.HeaderClassName
{
color: #700364;
}
.AnyTagClassName
{
color: #700364;
}
</style>
background-color css
<style>
a { background-color: #700364; }
a { background-color: rgb(112,3,100); }
div.DivClassName
{
background-color: #700364;
}
.BgClassName
{
background-color: #700364;
}
</style>
border-color css
<style>
span { border-color: #700364; }
span { border-color: rgb(112,3,100); }
td.TdClassName
{
border-color: #700364;
}
.TagClassName
{
border-color: #700364;
}
</style>