#710988

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

Shades of Purple #710988

Tints of Purple #710988

Color information

#710988 (or 0x710988) is unknown color: approx Purple. HEX triplet: 71, 09 and 88. RGB value is (113,9,136). Sum of RGB (Red+Green+Blue) = 113+9+136=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 136 (53.52% from 255 or 52.71% from 258); Max value from RGB is 136 - color contains mainly: blue. Hex color #710988 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710988 is #8EF677. Grayscale: #363636. Windows color (decimal): -9369208 or 8915313. OLE color: 8915313.

HSL color Cylindrical-coordinate representation of color #710988: hue angle of 289.13º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #710988 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1139136-
CMYK0.170.9300.47
HSL289.13º87.59%28.43%-
HSV(B)289.13º93.38%53.33%-
XYZ11.355.4823.75-
YUV54.57173.96169.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.80%
GREEN value IS 9 (3.91% from 255) = 3.49%
BLUE value IS 136 (53.52% from 255) = 52.71%
R=43.80%
G=3.49%
B=52.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11391360.170.9300.47289.1387.5928.43
Hex71988115D02F121581c
Octal161112102113505744113034
Binary11100011001100010001000110111010101111100100001101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710988; }

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

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

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

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

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

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

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

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