#71005F

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

Shades of Purple #71005F

Tints of Purple #71005F

Color information

#71005F (or 0x71005F) is unknown color: approx Purple. HEX triplet: 71, 00 and 5F. RGB value is (113,0,95). Sum of RGB (Red+Green+Blue) = 113+0+95=208 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.33% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 95 (37.5% from 255 or 45.67% from 208); Max value from RGB is 113 - color contains mainly: red. Hex color #71005F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71005F is #8EFFA0. Grayscale: #2C2C2C. Windows color (decimal): -9371553 or 6226033. OLE color: 6226033.

HSL color Cylindrical-coordinate representation of color #71005F: hue angle of 309.56º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #71005F is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB113095-
CMYK010.160.56
HSL309.56º100%22.16%-
HSV(B)309.56º100%44.31%-
XYZ8.884.3411.2-
YUV44.62156.44176.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 95 (37.5% from 255) = 45.67%
R=54.33%
G=0%
B=45.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113095010.160.56309.5610022.16
Hex7105F06410381366416
Octal16101370144207046614426
Binary1110001010111110110010010000111000100110110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71005F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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