#700393

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

Shades of Purple #700393

Tints of Purple #700393

Color information

#700393 (or 0x700393) is unknown color: approx Purple. HEX triplet: 70, 03 and 93. RGB value is (112,3,147). Sum of RGB (Red+Green+Blue) = 112+3+147=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 147 (57.81% from 255 or 56.11% from 262); Max value from RGB is 147 - color contains mainly: blue. Hex color #700393 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700393 is #8FFC6C. Grayscale: #333333. Windows color (decimal): -9436269 or 9634672. OLE color: 9634672.

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

Color convert

RGB1123147-
CMYK0.240.9800.42
HSL285.42º96%29.41%-
HSV(B)285.42º97.96%57.65%-
XYZ11.985.6228.06-
YUV52.01181.61170.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.75%
GREEN value IS 3 (1.56% from 255) = 1.15%
BLUE value IS 147 (57.81% from 255) = 56.11%
R=42.75%
G=1.15%
B=56.11%

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
Decimal11231470.240.9800.42285.429629.41
Hex70393186202A11d601d
Octal16032233014205243514035
Binary111000011100100111100011000100101010100011101110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700393; }

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

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

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

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

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

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

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

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