#700394

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

Shades of Purple #700394

Tints of Purple #700394

Color information

#700394 (or 0x700394) is unknown color: approx Purple. HEX triplet: 70, 03 and 94. RGB value is (112,3,148). Sum of RGB (Red+Green+Blue) = 112+3+148=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 148 (58.20% from 255 or 56.27% from 263); Max value from RGB is 148 - color contains mainly: blue. Hex color #700394 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700394 is #8FFC6B. Grayscale: #333333. Windows color (decimal): -9436268 or 9700208. OLE color: 9700208.

HSL color Cylindrical-coordinate representation of color #700394: hue angle of 285.1º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #700394 is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1123148-
CMYK0.240.9800.42
HSL285.1º96.03%29.61%-
HSV(B)285.1º97.97%58.04%-
XYZ12.065.6528.47-
YUV52.12182.11170.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.59%
GREEN value IS 3 (1.56% from 255) = 1.14%
BLUE value IS 148 (58.20% from 255) = 56.27%
R=42.59%
G=1.14%
B=56.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11231480.240.9800.42285.196.0329.61
Hex70394186202A11d601e
Octal16032243014205243514036
Binary111000011100101001100011000100101010100011101110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700394; }

 p { color: rgb(112,3,148); }

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

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

 a { background-color: rgb(112,3,148); }

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

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

 span { border-color: rgb(112,3,148); }

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