#71168B

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

Shades of Purple #71168B

Tints of Purple #71168B

Color information

#71168B (or 0x71168B) is unknown color: approx Purple. HEX triplet: 71, 16 and 8B. RGB value is (113,22,139). Sum of RGB (Red+Green+Blue) = 113+22+139=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 139 (54.69% from 255 or 50.73% from 274); Max value from RGB is 139 - color contains mainly: blue. Hex color #71168B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71168B is #8EE974. Grayscale: #3E3E3E. Windows color (decimal): -9365877 or 9115249. OLE color: 9115249.

HSL color Cylindrical-coordinate representation of color #71168B: hue angle of 286.67º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #71168B is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11322139-
CMYK0.190.8400.45
HSL286.67º72.67%31.57%-
HSV(B)286.67º84.17%54.51%-
XYZ11.765.9524.95-
YUV62.55171.15163.99-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.24%
GREEN value IS 22 (8.98% from 255) = 8.03%
BLUE value IS 139 (54.69% from 255) = 50.73%
R=41.24%
G=8.03%
B=50.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113221390.190.8400.45286.6772.6731.57
Hex71168B135402D11f4920
Octal161262132312405543711140
Binary1110001101101000101110011101010001011011000111111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71168B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,22,139); }

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

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

 a { background-color: rgb(113,22,139); }

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

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

 span { border-color: rgb(113,22,139); }

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