#710D6C

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

Shades of Purple #710D6C

Tints of Purple #710D6C

Color information

#710D6C (or 0x710D6C) is unknown color: approx Purple. HEX triplet: 71, 0D and 6C. RGB value is (113,13,108). Sum of RGB (Red+Green+Blue) = 113+13+108=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 13 (5.47% from 255 or 5.56% from 234); Blue value is 108 (42.58% from 255 or 46.15% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #710D6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710D6C is #8EF293. Grayscale: #353535. Windows color (decimal): -9368212 or 7081329. OLE color: 7081329.

HSL color Cylindrical-coordinate representation of color #710D6C: hue angle of 303º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #710D6C is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB11313108-
CMYK00.880.040.56
HSL303º79.37%24.71%-
HSV(B)303º88.5%44.31%-
XYZ9.664.8814.62-
YUV53.73158.63170.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.29%
GREEN value IS 13 (5.47% from 255) = 5.56%
BLUE value IS 108 (42.58% from 255) = 46.15%
R=48.29%
G=5.56%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131310800.880.040.5630379.3724.71
Hex71D6C05843812f4f19
Octal16115154013047045711731
Binary11100011101110110001011000100111000100101111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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