#710990

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

Shades of Purple #710990

Tints of Purple #710990

Color information

#710990 (or 0x710990) is unknown color: approx Purple. HEX triplet: 71, 09 and 90. RGB value is (113,9,144). Sum of RGB (Red+Green+Blue) = 113+9+144=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 144 (56.64% from 255 or 54.14% from 266); Max value from RGB is 144 - color contains mainly: blue. Hex color #710990 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710990 is #8EF66F. Grayscale: #373737. Windows color (decimal): -9369200 or 9439601. OLE color: 9439601.

HSL color Cylindrical-coordinate representation of color #710990: hue angle of 286.22º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710990 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1139144-
CMYK0.220.9400.44
HSL286.22º88.24%30%-
HSV(B)286.22º93.75%56.47%-
XYZ11.945.7226.86-
YUV55.49177.96169.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.48%
GREEN value IS 9 (3.91% from 255) = 3.38%
BLUE value IS 144 (56.64% from 255) = 54.14%
R=42.48%
G=3.38%
B=54.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11391440.220.9400.44286.2288.2430
Hex71990165E02C11e581e
Octal161112202613605443613036
Binary11100011001100100001011010111100101100100011110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710990; }

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

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

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

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

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

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

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

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