#710666

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

Shades of Purple #710666

Tints of Purple #710666

Color information

#710666 (or 0x710666) is unknown color: approx Purple. HEX triplet: 71, 06 and 66. RGB value is (113,6,102). Sum of RGB (Red+Green+Blue) = 113+6+102=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #710666 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710666 is #8EF999. Grayscale: #303030. Windows color (decimal): -9370010 or 6686321. OLE color: 6686321.

HSL color Cylindrical-coordinate representation of color #710666: hue angle of 306.17º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #710666 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB1136102-
CMYK00.950.100.56
HSL306.17º89.92%23.33%-
HSV(B)306.17º94.69%44.31%-
XYZ9.274.612.97-
YUV48.94157.95173.69-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.13%
GREEN value IS 6 (2.73% from 255) = 2.71%
BLUE value IS 102 (40.23% from 255) = 46.15%
R=51.13%
G=2.71%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113610200.950.100.56306.1789.9223.33
Hex7166605FA381325a17
Octal16161460137127046213227
Binary11100011101100110010111111010111000100110010101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710666; }

 p { color: rgb(113,6,102); }

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

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

 a { background-color: rgb(113,6,102); }

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

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

 span { border-color: rgb(113,6,102); }

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