#71157B

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

Shades of Purple #71157B

Tints of Purple #71157B

Color information

#71157B (or 0x71157B) is unknown color: approx Purple. HEX triplet: 71, 15 and 7B. RGB value is (113,21,123). Sum of RGB (Red+Green+Blue) = 113+21+123=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 123 (48.44% from 255 or 47.86% from 257); Max value from RGB is 123 - color contains mainly: blue. Hex color #71157B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71157B is #8EEA84. Grayscale: #3B3B3B. Windows color (decimal): -9366149 or 8066417. OLE color: 8066417.

HSL color Cylindrical-coordinate representation of color #71157B: hue angle of 294.12º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #71157B is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11321123-
CMYK0.080.8300.52
HSL294.12º70.83%28.24%-
HSV(B)294.12º82.93%48.24%-
XYZ10.655.4819.23-
YUV60.14163.48165.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.97%
GREEN value IS 21 (8.59% from 255) = 8.17%
BLUE value IS 123 (48.44% from 255) = 47.86%
R=43.97%
G=8.17%
B=47.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal113211230.080.8300.52294.1270.8328.24
Hex71157B853034126471c
Octal161251731012306444610734
Binary1110001101011111011100010100110110100100100110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71157B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71157B; }

 p { color: rgb(113,21,123); }

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

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

 a { background-color: rgb(113,21,123); }

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

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

 span { border-color: rgb(113,21,123); }

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