#710076

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

Shades of Purple #710076

Tints of Purple #710076

Color information

#710076 (or 0x710076) is unknown color: approx Purple. HEX triplet: 71, 00 and 76. RGB value is (113,0,118). Sum of RGB (Red+Green+Blue) = 113+0+118=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #710076 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710076 is #8EFF89. Grayscale: #2E2E2E. Windows color (decimal): -9371530 or 7733361. OLE color: 7733361.

HSL color Cylindrical-coordinate representation of color #710076: hue angle of 297.46º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #710076 is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1130118-
CMYK0.04100.54
HSL297.46º100%23.14%-
HSV(B)297.46º100%46.27%-
XYZ10.084.8217.54-
YUV47.24167.94174.91-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 118 (46.48% from 255) = 51.08%
R=48.92%
G=0%
B=51.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11301180.04100.54297.4610023.14
Hex710764640361296417
Octal1610166414406645114427
Binary11100010111011010011001000110110100101001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710076; }

 p { color: rgb(113,0,118); }

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

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

 a { background-color: rgb(113,0,118); }

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

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

 span { border-color: rgb(113,0,118); }

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