#700E73

Color #700E73 Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #700E73

Tints of Purple #700E73

Color information

#700E73 (or 0x700E73) is unknown color: approx Purple. HEX triplet: 70, 0E and 73. RGB value is (112,14,115). Sum of RGB (Red+Green+Blue) = 112+14+115=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 14 (5.86% from 255 or 5.81% from 241); Blue value is 115 (45.31% from 255 or 47.72% from 241); Max value from RGB is 115 - color contains mainly: blue. Hex color #700E73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700E73 is #8FF18C. Grayscale: #363636. Windows color (decimal): -9433485 or 7540336. OLE color: 7540336.

HSL color Cylindrical-coordinate representation of color #700E73: hue angle of 298.22º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #700E73 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11214115-
CMYK0.030.8800.55
HSL298.22º78.29%25.29%-
HSV(B)298.22º87.83%45.1%-
XYZ9.93516.66-
YUV54.82161.97168.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 46.47%
GREEN value IS 14 (5.86% from 255) = 5.81%
BLUE value IS 115 (45.31% from 255) = 47.72%
R=46.47%
G=5.81%
B=47.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112141150.030.8800.55298.2278.2925.29
Hex70E7335803712a4e19
Octal16016163313006745211631
Binary1110000111011100111110110000110111100101010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700E73; }

 p { color: rgb(112,14,115); }

 H1.HeaderClassName
 {
   color: #700E73;
 }
 .AnyTagClassName
 {
   color: #700E73;
 }
</style>
background-color css

<style>
 a { background-color: #700E73; }

 a { background-color: rgb(112,14,115); }

 div.DivClassName
 {
   background-color: #700E73;
 }
 .BgClassName
 {
   background-color: #700E73;
 }
</style>
border-color css

<style>
 span { border-color: #700E73; }

 span { border-color: rgb(112,14,115); }

 td.TdClassName
 {
   border-color: #700E73;
 }
 .TagClassName
 {
   border-color: #700E73;
 }
</style>