#710A76

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

Shades of Purple #710A76

Tints of Purple #710A76

Color information

#710A76 (or 0x710A76) is unknown color: approx Purple. HEX triplet: 71, 0A and 76. RGB value is (113,10,118). Sum of RGB (Red+Green+Blue) = 113+10+118=241 (31% of max value = 765). Red value is 113 (44.53% from 255 or 46.89% from 241); Green value is 10 (4.30% from 255 or 4.15% from 241); Blue value is 118 (46.48% from 255 or 48.96% from 241); Max value from RGB is 118 - color contains mainly: blue. Hex color #710A76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710A76 is #8EF589. Grayscale: #343434. Windows color (decimal): -9368970 or 7735921. OLE color: 7735921.

HSL color Cylindrical-coordinate representation of color #710A76: hue angle of 297.22º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #710A76 is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11310118-
CMYK0.040.9200.54
HSL297.22º84.38%25.1%-
HSV(B)297.22º91.53%46.27%-
XYZ10.195.0417.57-
YUV53.11164.62170.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.89%
GREEN value IS 10 (4.30% from 255) = 4.15%
BLUE value IS 118 (46.48% from 255) = 48.96%
R=46.89%
G=4.15%
B=48.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113101180.040.9200.54297.2284.3825.1
Hex71A7645C0361295419
Octal16112166413406645112431
Binary11100011010111011010010111000110110100101001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710A76; }

 p { color: rgb(113,10,118); }

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

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

 a { background-color: rgb(113,10,118); }

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

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

 span { border-color: rgb(113,10,118); }

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