#710A6A

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

Shades of Purple #710A6A

Tints of Purple #710A6A

Color information

#710A6A (or 0x710A6A) is unknown color: approx Purple. HEX triplet: 71, 0A and 6A. RGB value is (113,10,106). Sum of RGB (Red+Green+Blue) = 113+10+106=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 10 (4.30% from 255 or 4.37% from 229); Blue value is 106 (41.80% from 255 or 46.29% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #710A6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710A6A is #8EF595. Grayscale: #333333. Windows color (decimal): -9368982 or 6949489. OLE color: 6949489.

HSL color Cylindrical-coordinate representation of color #710A6A: hue angle of 304.08º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #710A6A is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB11310106-
CMYK00.910.060.56
HSL304.08º83.74%24.12%-
HSV(B)304.08º91.15%44.31%-
XYZ9.524.7714.05-
YUV51.74158.62171.69-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.34%
GREEN value IS 10 (4.30% from 255) = 4.37%
BLUE value IS 106 (41.80% from 255) = 46.29%
R=49.34%
G=4.37%
B=46.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131010600.910.060.56304.0883.7424.12
Hex71A6A05B6381305418
Octal16112152013367046012430
Binary11100011010110101001011011110111000100110000101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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