#710A6F

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

Shades of Purple #710A6F

Tints of Purple #710A6F

Color information

#710A6F (or 0x710A6F) is unknown color: approx Purple. HEX triplet: 71, 0A and 6F. RGB value is (113,10,111). Sum of RGB (Red+Green+Blue) = 113+10+111=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 10 (4.30% from 255 or 4.27% from 234); Blue value is 111 (43.75% from 255 or 47.44% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #710A6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710A6F is #8EF590. Grayscale: #343434. Windows color (decimal): -9368977 or 7277169. OLE color: 7277169.

HSL color Cylindrical-coordinate representation of color #710A6F: hue angle of 301.17º 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 #710A6F is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB11310111-
CMYK00.910.020.56
HSL301.17º83.74%24.12%-
HSV(B)301.17º91.15%44.31%-
XYZ9.794.8815.46-
YUV52.31161.12171.29-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.29%
GREEN value IS 10 (4.30% from 255) = 4.27%
BLUE value IS 111 (43.75% from 255) = 47.44%
R=48.29%
G=4.27%
B=47.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131011100.910.020.56301.1783.7424.12
Hex71A6F05B23812d5418
Octal16112157013327045512430
Binary1110001101011011110101101110111000100101101101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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