#710775

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

Shades of Purple #710775

Tints of Purple #710775

Color information

#710775 (or 0x710775) is unknown color: approx Purple. HEX triplet: 71, 07 and 75. RGB value is (113,7,117). Sum of RGB (Red+Green+Blue) = 113+7+117=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 117 (46.09% from 255 or 49.37% from 237); Max value from RGB is 117 - color contains mainly: blue. Hex color #710775 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710775 is #8EF88A. Grayscale: #323232. Windows color (decimal): -9369739 or 7669617. OLE color: 7669617.

HSL color Cylindrical-coordinate representation of color #710775: hue angle of 297.82º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710775 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1137117-
CMYK0.030.9400.54
HSL297.82º88.71%24.31%-
HSV(B)297.82º94.02%45.88%-
XYZ10.14.9517.25-
YUV51.23165.12172.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.68%
GREEN value IS 7 (3.12% from 255) = 2.95%
BLUE value IS 117 (46.09% from 255) = 49.37%
R=47.68%
G=2.95%
B=49.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11371170.030.9400.54297.8288.7124.31
Hex7177535E03612a5918
Octal1617165313606645213130
Binary111000111111101011110111100110110100101010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710775; }

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

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

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

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

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

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

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

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