#71026A

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

Shades of Purple #71026A

Tints of Purple #71026A

Color information

#71026A (or 0x71026A) is unknown color: approx Purple. HEX triplet: 71, 02 and 6A. RGB value is (113,2,106). Sum of RGB (Red+Green+Blue) = 113+2+106=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 106 (41.80% from 255 or 47.96% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #71026A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71026A is #8EFD95. Grayscale: #2E2E2E. Windows color (decimal): -9371030 or 6947441. OLE color: 6947441.

HSL color Cylindrical-coordinate representation of color #71026A: hue angle of 303.78º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #71026A is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB1132106-
CMYK00.980.060.56
HSL303.78º96.52%22.55%-
HSV(B)303.78º98.23%44.31%-
XYZ9.434.5914.03-
YUV47.04161.27175.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.13%
GREEN value IS 2 (1.17% from 255) = 0.90%
BLUE value IS 106 (41.80% from 255) = 47.96%
R=51.13%
G=0.90%
B=47.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113210600.980.060.56303.7896.5222.55
Hex7126A0626381306117
Octal1612152014267046014127
Binary111000110110101001100010110111000100110000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71026A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71026A; }

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

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

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

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

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

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

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

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