#71007F

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

Shades of Purple #71007F

Tints of Purple #71007F

Color information

#71007F (or 0x71007F) is unknown color: approx Purple. HEX triplet: 71, 00 and 7F. RGB value is (113,0,127). Sum of RGB (Red+Green+Blue) = 113+0+127=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 127 (50% from 255 or 52.92% from 240); Max value from RGB is 127 - color contains mainly: blue. Hex color #71007F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71007F is #8EFF80. Grayscale: #2F2F2F. Windows color (decimal): -9371521 or 8323185. OLE color: 8323185.

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

Color convert

RGB1130127-
CMYK0.11100.50
HSL293.39º100%24.9%-
HSV(B)293.39º100%49.8%-
XYZ10.645.0420.49-
YUV48.26172.44174.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.08%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 127 (50% from 255) = 52.92%
R=47.08%
G=0%
B=52.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal11301270.11100.50293.3910024.9
Hex7107FB640321256419
Octal16101771314406244514431
Binary111000101111111101111001000110010100100101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71007F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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