#701578

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

Shades of Purple #701578

Tints of Purple #701578

Color information

#701578 (or 0x701578) is unknown color: approx Purple. HEX triplet: 70, 15 and 78. RGB value is (112,21,120). Sum of RGB (Red+Green+Blue) = 112+21+120=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 120 (47.27% from 255 or 47.43% from 253); Max value from RGB is 120 - color contains mainly: blue. Hex color #701578 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701578 is #8FEA87. Grayscale: #3B3B3B. Windows color (decimal): -9431688 or 7869808. OLE color: 7869808.

HSL color Cylindrical-coordinate representation of color #701578: hue angle of 295.15º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #701578 is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11221120-
CMYK0.070.8300.53
HSL295.15º70.21%27.65%-
HSV(B)295.15º82.5%47.06%-
XYZ10.345.3418.25-
YUV59.5162.15165.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.27%
GREEN value IS 21 (8.59% from 255) = 8.30%
BLUE value IS 120 (47.27% from 255) = 47.43%
R=44.27%
G=8.30%
B=47.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112211200.070.8300.53295.1570.2127.65
Hex701578753035127461c
Octal16025170712306544710634
Binary111000010101111100011110100110110101100100111100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701578; }

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

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

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

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

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

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

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

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