#700d78

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

Shades of Purple #700D78

Tints of Purple #700D78

Color information

#700D78 (or 0x700D78) is unknown color: approx Purple. HEX triplet: 70, 0D and 78. RGB value is (112,13,120). Sum of RGB (Red+Green+Blue) = 112+13+120=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 13 (5.47% from 255 or 5.31% from 245); Blue value is 120 (47.27% from 255 or 48.98% from 245); Max value from RGB is 120 - color contains mainly: blue. Hex color #700D78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700D78 is #8FF287. Grayscale: #363636. Windows color (decimal): -9433736 or 7867760. OLE color: 7867760.

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

Color convert

RGB11213120-
CMYK0.070.8900.53
HSL295.51º80.45%26.08%-
HSV(B)295.51º89.17%47.06%-
XYZ10.225.0918.21-
YUV54.8164.8168.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.71%
GREEN value IS 13 (5.47% from 255) = 5.31%
BLUE value IS 120 (47.27% from 255) = 48.98%
R=45.71%
G=5.31%
B=48.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112131200.070.8900.53295.5180.4526.08
Hex70D78759035128501a
Octal16015170713106545012032
Binary11100001101111100011110110010110101100101000101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700d78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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