#700978

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

Shades of Purple #700978

Tints of Purple #700978

Color information

#700978 (or 0x700978) is unknown color: approx Purple. HEX triplet: 70, 09 and 78. RGB value is (112,9,120). Sum of RGB (Red+Green+Blue) = 112+9+120=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 120 (47.27% from 255 or 49.79% from 241); Max value from RGB is 120 - color contains mainly: blue. Hex color #700978 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700978 is #8FF687. Grayscale: #343434. Windows color (decimal): -9434760 or 7866736. OLE color: 7866736.

HSL color Cylindrical-coordinate representation of color #700978: hue angle of 295.68º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700978 is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1129120-
CMYK0.070.9200.53
HSL295.68º86.05%25.29%-
HSV(B)295.68º92.5%47.06%-
XYZ10.17518.2-
YUV52.45166.12170.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.47%
GREEN value IS 9 (3.91% from 255) = 3.73%
BLUE value IS 120 (47.27% from 255) = 49.79%
R=46.47%
G=3.73%
B=49.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11291200.070.9200.53295.6886.0525.29
Hex7097875C0351285619
Octal16011170713406545012631
Binary11100001001111100011110111000110101100101000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700978; }

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

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

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

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

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

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

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

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