#71037F

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

Shades of Purple #71037F

Tints of Purple #71037F

Color information

#71037F (or 0x71037F) is unknown color: approx Purple. HEX triplet: 71, 03 and 7F. RGB value is (113,3,127). Sum of RGB (Red+Green+Blue) = 113+3+127=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 127 (50% from 255 or 52.26% from 243); Max value from RGB is 127 - color contains mainly: blue. Hex color #71037F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71037F is #8EFC80. Grayscale: #313131. Windows color (decimal): -9370753 or 8323953. OLE color: 8323953.

HSL color Cylindrical-coordinate representation of color #71037F: hue angle of 293.23º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #71037F is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1133127-
CMYK0.110.9800.50
HSL293.23º95.38%25.49%-
HSV(B)293.23º97.64%49.8%-
XYZ10.675.1120.5-
YUV50.03171.44172.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.50%
GREEN value IS 3 (1.56% from 255) = 1.23%
BLUE value IS 127 (50% from 255) = 52.26%
R=46.50%
G=1.23%
B=52.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal11331270.110.9800.50293.2395.3825.49
Hex7137FB620321255f19
Octal16131771314206244513731
Binary1110001111111111101111000100110010100100101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71037F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71037F; }

 p { color: rgb(113,3,127); }

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

<style>
 a { background-color: #71037F; }

 a { background-color: rgb(113,3,127); }

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

<style>
 span { border-color: #71037F; }

 span { border-color: rgb(113,3,127); }

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