#710D72

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

Shades of Purple #710D72

Tints of Purple #710D72

Color information

#710D72 (or 0x710D72) is unknown color: approx Purple. HEX triplet: 71, 0D and 72. RGB value is (113,13,114). Sum of RGB (Red+Green+Blue) = 113+13+114=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 114 - color contains mainly: blue. Hex color #710D72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710D72 is #8EF28D. Grayscale: #363636. Windows color (decimal): -9368206 or 7474545. OLE color: 7474545.

HSL color Cylindrical-coordinate representation of color #710D72: hue angle of 299.41º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #710D72 is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11313114-
CMYK0.010.8900.55
HSL299.41º79.53%24.9%-
HSV(B)299.41º88.6%44.71%-
XYZ9.995.0116.36-
YUV54.41161.63169.79-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.08%
GREEN value IS 13 (5.47% from 255) = 5.42%
BLUE value IS 114 (44.92% from 255) = 47.5%
R=47.08%
G=5.42%
B=47.5%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113131140.010.8900.55299.4179.5324.9
Hex71D7215903712b5019
Octal16115162113106745312031
Binary111000111011110010110110010110111100101011101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,13,114); }

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

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

 a { background-color: rgb(113,13,114); }

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

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

 span { border-color: rgb(113,13,114); }

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