#700578

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

Shades of Purple #700578

Tints of Purple #700578

Color information

#700578 (or 0x700578) is unknown color: approx Purple. HEX triplet: 70, 05 and 78. RGB value is (112,5,120). Sum of RGB (Red+Green+Blue) = 112+5+120=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 120 (47.27% from 255 or 50.63% from 237); Max value from RGB is 120 - color contains mainly: blue. Hex color #700578 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700578 is #8FFA87. Grayscale: #313131. Windows color (decimal): -9435784 or 7865712. OLE color: 7865712.

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

Color convert

RGB1125120-
CMYK0.070.9600.53
HSL295.83º92%24.51%-
HSV(B)295.83º95.83%47.06%-
XYZ10.134.9118.18-
YUV50.1167.45172.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.26%
GREEN value IS 5 (2.34% from 255) = 2.11%
BLUE value IS 120 (47.27% from 255) = 50.63%
R=47.26%
G=2.11%
B=50.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11251200.070.9600.53295.839224.51
Hex705787600351285c19
Octal1605170714006545013431
Binary1110000101111100011111000000110101100101000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700578; }

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

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

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

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

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

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

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

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