#710989

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

Shades of Purple #710989

Tints of Purple #710989

Color information

#710989 (or 0x710989) is unknown color: approx Purple. HEX triplet: 71, 09 and 89. RGB value is (113,9,137). Sum of RGB (Red+Green+Blue) = 113+9+137=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 137 (53.91% from 255 or 52.90% from 259); Max value from RGB is 137 - color contains mainly: blue. Hex color #710989 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710989 is #8EF676. Grayscale: #363636. Windows color (decimal): -9369207 or 8980849. OLE color: 8980849.

HSL color Cylindrical-coordinate representation of color #710989: hue angle of 288.75º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #710989 is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1139137-
CMYK0.180.9300.46
HSL288.75º87.67%28.63%-
HSV(B)288.75º93.43%53.73%-
XYZ11.425.5124.13-
YUV54.69174.46169.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.63%
GREEN value IS 9 (3.91% from 255) = 3.47%
BLUE value IS 137 (53.91% from 255) = 52.90%
R=43.63%
G=3.47%
B=52.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11391370.180.9300.46288.7587.6728.63
Hex71989125D02E121581d
Octal161112112213505644113035
Binary11100011001100010011001010111010101110100100001101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710989; }

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

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

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

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

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

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

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

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