#710790

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

Shades of Purple #710790

Tints of Purple #710790

Color information

#710790 (or 0x710790) is unknown color: approx Purple. HEX triplet: 71, 07 and 90. RGB value is (113,7,144). Sum of RGB (Red+Green+Blue) = 113+7+144=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 7 (3.12% from 255 or 2.65% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #710790 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710790 is #8EF86F. Grayscale: #353535. Windows color (decimal): -9369712 or 9439089. OLE color: 9439089.

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

Color convert

RGB1137144-
CMYK0.220.9500.44
HSL286.42º90.73%29.61%-
HSV(B)286.42º95.14%56.47%-
XYZ11.925.6826.85-
YUV54.31178.62169.86-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.80%
GREEN value IS 7 (3.12% from 255) = 2.65%
BLUE value IS 144 (56.64% from 255) = 54.55%
R=42.80%
G=2.65%
B=54.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11371440.220.9500.44286.4290.7329.61
Hex71790165F02C11e5b1e
Octal16172202613705443613336
Binary1110001111100100001011010111110101100100011110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710790; }

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

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

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

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

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

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

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

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