#710799

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

Shades of Purple #710799

Tints of Purple #710799

Color information

#710799 (or 0x710799) is unknown color: approx Purple. HEX triplet: 71, 07 and 99. RGB value is (113,7,153). Sum of RGB (Red+Green+Blue) = 113+7+153=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 153 (60.16% from 255 or 56.04% from 273); Max value from RGB is 153 - color contains mainly: blue. Hex color #710799 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710799 is #8EF866. Grayscale: #363636. Windows color (decimal): -9369703 or 10028913. OLE color: 10028913.

HSL color Cylindrical-coordinate representation of color #710799: hue angle of 283.56º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #710799 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1137153-
CMYK0.260.9500.4
HSL283.56º91.25%31.37%-
HSV(B)283.56º95.42%60%-
XYZ12.645.9630.62-
YUV55.34183.12169.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.39%
GREEN value IS 7 (3.12% from 255) = 2.56%
BLUE value IS 153 (60.16% from 255) = 56.04%
R=41.39%
G=2.56%
B=56.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal11371530.260.9500.4283.5691.2531.37
Hex717991A5F02811c5b1f
Octal16172313213705043413337
Binary1110001111100110011101010111110101000100011100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710799; }

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

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

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

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

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

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

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

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