#71117A

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

Shades of Purple #71117A

Tints of Purple #71117A

Color information

#71117A (or 0x71117A) is unknown color: approx Purple. HEX triplet: 71, 11 and 7A. RGB value is (113,17,122). Sum of RGB (Red+Green+Blue) = 113+17+122=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 122 (48.05% from 255 or 48.41% from 252); Max value from RGB is 122 - color contains mainly: blue. Hex color #71117A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71117A is #8EEE85. Grayscale: #393939. Windows color (decimal): -9367174 or 7999857. OLE color: 7999857.

HSL color Cylindrical-coordinate representation of color #71117A: hue angle of 294.86º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #71117A is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11317122-
CMYK0.070.8600.52
HSL294.86º75.54%27.25%-
HSV(B)294.86º86.07%47.84%-
XYZ10.525.3218.88-
YUV57.67164.3167.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.84%
GREEN value IS 17 (7.03% from 255) = 6.75%
BLUE value IS 122 (48.05% from 255) = 48.41%
R=44.84%
G=6.75%
B=48.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal113171220.070.8600.52294.8675.5427.25
Hex71117A7560341274c1b
Octal16121172712606444711433
Binary111000110001111101011110101100110100100100111100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71117A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,17,122); }

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

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

 a { background-color: rgb(113,17,122); }

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

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

 span { border-color: rgb(113,17,122); }

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