#710793

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

Shades of Purple #710793

Tints of Purple #710793

Color information

#710793 (or 0x710793) is unknown color: approx Purple. HEX triplet: 71, 07 and 93. RGB value is (113,7,147). Sum of RGB (Red+Green+Blue) = 113+7+147=267 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.32% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 147 (57.81% from 255 or 55.06% from 267); Max value from RGB is 147 - color contains mainly: blue. Hex color #710793 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710793 is #8EF86C. Grayscale: #363636. Windows color (decimal): -9369709 or 9635697. OLE color: 9635697.

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

Color convert

RGB1137147-
CMYK0.230.9500.42
HSL285.43º90.91%30.2%-
HSV(B)285.43º95.24%57.65%-
XYZ12.155.7728.08-
YUV54.65180.12169.62-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.32%
GREEN value IS 7 (3.12% from 255) = 2.62%
BLUE value IS 147 (57.81% from 255) = 55.06%
R=42.32%
G=2.62%
B=55.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11371470.230.9500.42285.4390.9130.2
Hex71793175F02A11d5b1e
Octal16172232713705243513336
Binary1110001111100100111011110111110101010100011101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710793; }

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

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

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

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

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

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

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

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