#710993

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

Shades of Purple #710993

Tints of Purple #710993

Color information

#710993 (or 0x710993) is unknown color: approx Purple. HEX triplet: 71, 09 and 93. RGB value is (113,9,147). Sum of RGB (Red+Green+Blue) = 113+9+147=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 147 (57.81% from 255 or 54.65% from 269); Max value from RGB is 147 - color contains mainly: blue. Hex color #710993 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710993 is #8EF66C. Grayscale: #373737. Windows color (decimal): -9369197 or 9636209. OLE color: 9636209.

HSL color Cylindrical-coordinate representation of color #710993: hue angle of 285.22º 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 #710993 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1139147-
CMYK0.230.9400.42
HSL285.22º88.46%30.59%-
HSV(B)285.22º93.88%57.65%-
XYZ12.175.8128.08-
YUV55.83179.46168.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.01%
GREEN value IS 9 (3.91% from 255) = 3.35%
BLUE value IS 147 (57.81% from 255) = 54.65%
R=42.01%
G=3.35%
B=54.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11391470.230.9400.42285.2288.4630.59
Hex71993175E02A11d581f
Octal161112232713605243513037
Binary11100011001100100111011110111100101010100011101101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710993; }

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

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

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

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

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

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

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

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