#710A75

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

Shades of Purple #710A75

Tints of Purple #710A75

Color information

#710A75 (or 0x710A75) is unknown color: approx Purple. HEX triplet: 71, 0A and 75. RGB value is (113,10,117). Sum of RGB (Red+Green+Blue) = 113+10+117=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 10 (4.30% from 255 or 4.17% from 240); Blue value is 117 (46.09% from 255 or 48.75% from 240); Max value from RGB is 117 - color contains mainly: blue. Hex color #710A75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710A75 is #8EF58A. Grayscale: #343434. Windows color (decimal): -9368971 or 7670385. OLE color: 7670385.

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

Color convert

RGB11310117-
CMYK0.030.9100.54
HSL297.76º84.25%24.9%-
HSV(B)297.76º91.45%45.88%-
XYZ10.135.0117.26-
YUV53164.12170.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.08%
GREEN value IS 10 (4.30% from 255) = 4.17%
BLUE value IS 117 (46.09% from 255) = 48.75%
R=47.08%
G=4.17%
B=48.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113101170.030.9100.54297.7684.2524.9
Hex71A7535B03612a5419
Octal16112165313306645212431
Binary1110001101011101011110110110110110100101010101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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