#710998

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

Shades of Purple #710998

Tints of Purple #710998

Color information

#710998 (or 0x710998) is unknown color: approx Purple. HEX triplet: 71, 09 and 98. RGB value is (113,9,152). Sum of RGB (Red+Green+Blue) = 113+9+152=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 152 (59.77% from 255 or 55.47% from 274); Max value from RGB is 152 - color contains mainly: blue. Hex color #710998 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710998 is #8EF667. Grayscale: #373737. Windows color (decimal): -9369192 or 9963889. OLE color: 9963889.

HSL color Cylindrical-coordinate representation of color #710998: hue angle of 283.64º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710998 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1139152-
CMYK0.260.9400.40
HSL283.64º88.82%31.57%-
HSV(B)283.64º94.08%59.61%-
XYZ12.585.9730.2-
YUV56.4181.96168.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.24%
GREEN value IS 9 (3.91% from 255) = 3.28%
BLUE value IS 152 (59.77% from 255) = 55.47%
R=41.24%
G=3.28%
B=55.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal11391520.260.9400.40283.6488.8231.57
Hex719981A5E02811c5920
Octal161112303213605043413140
Binary111000110011001100011010101111001010001000111001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710998; }

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

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

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

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

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

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

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

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