#71048E

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

Shades of Purple #71048E

Tints of Purple #71048E

Color information

#71048E (or 0x71048E) is unknown color: approx Purple. HEX triplet: 71, 04 and 8E. RGB value is (113,4,142). Sum of RGB (Red+Green+Blue) = 113+4+142=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 4 (1.95% from 255 or 1.54% from 259); Blue value is 142 (55.86% from 255 or 54.83% from 259); Max value from RGB is 142 - color contains mainly: blue. Hex color #71048E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71048E is #8EFB71. Grayscale: #333333. Windows color (decimal): -9370482 or 9307249. OLE color: 9307249.

HSL color Cylindrical-coordinate representation of color #71048E: hue angle of 287.39º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #71048E is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1134142-
CMYK0.200.9700.44
HSL287.39º94.52%28.63%-
HSV(B)287.39º97.18%55.69%-
XYZ11.745.5526.04-
YUV52.32178.61171.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.63%
GREEN value IS 4 (1.95% from 255) = 1.54%
BLUE value IS 142 (55.86% from 255) = 54.83%
R=43.63%
G=1.54%
B=54.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11341420.200.9700.44287.3994.5228.63
Hex7148E146102C11f5f1d
Octal16142162414105443713735
Binary1110001100100011101010011000010101100100011111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71048E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71048E; }

 p { color: rgb(113,4,142); }

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

<style>
 a { background-color: #71048E; }

 a { background-color: rgb(113,4,142); }

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

<style>
 span { border-color: #71048E; }

 span { border-color: rgb(113,4,142); }

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