#71147C

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

Shades of Purple #71147C

Tints of Purple #71147C

Color information

#71147C (or 0x71147C) is unknown color: approx Purple. HEX triplet: 71, 14 and 7C. RGB value is (113,20,124). Sum of RGB (Red+Green+Blue) = 113+20+124=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 124 (48.83% from 255 or 48.25% from 257); Max value from RGB is 124 - color contains mainly: blue. Hex color #71147C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71147C is #8EEB83. Grayscale: #3B3B3B. Windows color (decimal): -9366404 or 8131697. OLE color: 8131697.

HSL color Cylindrical-coordinate representation of color #71147C: hue angle of 293.65º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #71147C is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11320124-
CMYK0.090.8400.51
HSL293.65º72.22%28.24%-
HSV(B)293.65º83.87%48.63%-
XYZ10.75.4719.56-
YUV59.66164.31166.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.97%
GREEN value IS 20 (8.20% from 255) = 7.78%
BLUE value IS 124 (48.83% from 255) = 48.25%
R=43.97%
G=7.78%
B=48.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal113201240.090.8400.51293.6572.2228.24
Hex71147C954033126481c
Octal161241741112406344611034
Binary1110001101001111100100110101000110011100100110100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71147C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71147C; }

 p { color: rgb(113,20,124); }

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

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

 a { background-color: rgb(113,20,124); }

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

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

 span { border-color: rgb(113,20,124); }

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