#700993

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

Shades of Purple #700993

Tints of Purple #700993

Color information

#700993 (or 0x700993) is unknown color: approx Purple. HEX triplet: 70, 09 and 93. RGB value is (112,9,147). Sum of RGB (Red+Green+Blue) = 112+9+147=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 147 (57.81% from 255 or 54.85% from 268); Max value from RGB is 147 - color contains mainly: blue. Hex color #700993 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700993 is #8FF66C. Grayscale: #373737. Windows color (decimal): -9434733 or 9636208. OLE color: 9636208.

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

Color convert

RGB1129147-
CMYK0.240.9400.42
HSL284.78º88.46%30.59%-
HSV(B)284.78º93.88%57.65%-
XYZ12.055.7528.08-
YUV55.53179.62168.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.79%
GREEN value IS 9 (3.91% from 255) = 3.36%
BLUE value IS 147 (57.81% from 255) = 54.85%
R=41.79%
G=3.36%
B=54.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11291470.240.9400.42284.7888.4630.59
Hex70993185E02A11d581f
Octal160112233013605243513037
Binary11100001001100100111100010111100101010100011101101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700993; }

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

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

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

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

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

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

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

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