#710575

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

Shades of Purple #710575

Tints of Purple #710575

Color information

#710575 (or 0x710575) is unknown color: approx Purple. HEX triplet: 71, 05 and 75. RGB value is (113,5,117). Sum of RGB (Red+Green+Blue) = 113+5+117=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #710575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710575 is #8EFA8A. Grayscale: #313131. Windows color (decimal): -9370251 or 7669105. OLE color: 7669105.

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

Color convert

RGB1135117-
CMYK0.030.9600.54
HSL297.86º91.8%23.92%-
HSV(B)297.86º95.73%45.88%-
XYZ10.084.917.25-
YUV50.06165.78172.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.09%
GREEN value IS 5 (2.34% from 255) = 2.13%
BLUE value IS 117 (46.09% from 255) = 49.79%
R=48.09%
G=2.13%
B=49.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11351170.030.9600.54297.8691.823.92
Hex7157536003612a5c18
Octal1615165314006645213430
Binary111000110111101011111000000110110100101010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710575; }

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

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

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

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

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

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

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

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