#700E78

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

Shades of Purple #700E78

Tints of Purple #700E78

Color information

#700E78 (or 0x700E78) is unknown color: approx Purple. HEX triplet: 70, 0E and 78. RGB value is (112,14,120). Sum of RGB (Red+Green+Blue) = 112+14+120=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 14 (5.86% from 255 or 5.69% from 246); Blue value is 120 (47.27% from 255 or 48.78% from 246); Max value from RGB is 120 - color contains mainly: blue. Hex color #700E78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700E78 is #8FF187. Grayscale: #373737. Windows color (decimal): -9433480 or 7868016. OLE color: 7868016.

HSL color Cylindrical-coordinate representation of color #700E78: hue angle of 295.47º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #700E78 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11214120-
CMYK0.070.8800.53
HSL295.47º79.1%26.27%-
HSV(B)295.47º88.33%47.06%-
XYZ10.235.1118.22-
YUV55.39164.47168.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.53%
GREEN value IS 14 (5.86% from 255) = 5.69%
BLUE value IS 120 (47.27% from 255) = 48.78%
R=45.53%
G=5.69%
B=48.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112141200.070.8800.53295.4779.126.27
Hex70E787580351274f1a
Octal16016170713006544711732
Binary11100001110111100011110110000110101100100111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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