#71057A

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

Shades of Purple #71057A

Tints of Purple #71057A

Color information

#71057A (or 0x71057A) is unknown color: approx Purple. HEX triplet: 71, 05 and 7A. RGB value is (113,5,122). Sum of RGB (Red+Green+Blue) = 113+5+122=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 122 (48.05% from 255 or 50.83% from 240); Max value from RGB is 122 - color contains mainly: blue. Hex color #71057A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71057A is #8EFA85. Grayscale: #323232. Windows color (decimal): -9370246 or 7996785. OLE color: 7996785.

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

Color convert

RGB1135122-
CMYK0.070.9600.52
HSL295.38º92.13%24.9%-
HSV(B)295.38º95.9%47.84%-
XYZ10.385.0218.84-
YUV50.63168.28172.49-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.08%
GREEN value IS 5 (2.34% from 255) = 2.08%
BLUE value IS 122 (48.05% from 255) = 50.83%
R=47.08%
G=2.08%
B=50.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11351220.070.9600.52295.3892.1324.9
Hex7157A7600341275c19
Octal1615172714006444713431
Binary1110001101111101011111000000110100100100111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71057A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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