#751171

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

Shades of Purple #751171

Tints of Purple #751171

Color information

#751171 (or 0x751171) is unknown color: approx Purple. HEX triplet: 75, 11 and 71. RGB value is (117,17,113). Sum of RGB (Red+Green+Blue) = 117+17+113=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 113 (44.53% from 255 or 45.75% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #751171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751171 is #8AEE8E. Grayscale: #393939. Windows color (decimal): -9105039 or 7410037. OLE color: 7410037.

HSL color Cylindrical-coordinate representation of color #751171: hue angle of 302.4º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #751171 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB11717113-
CMYK00.850.030.54
HSL302.4º74.63%26.27%-
HSV(B)302.4º85.47%45.88%-
XYZ10.525.3816.11-
YUV57.84159.13170.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.37%
GREEN value IS 17 (7.03% from 255) = 6.88%
BLUE value IS 113 (44.53% from 255) = 45.75%
R=47.37%
G=6.88%
B=45.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171711300.850.030.54302.474.6326.27
Hex75117105533612e4b1a
Octal16521161012536645611332
Binary11101011000111100010101010111110110100101110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751171; }

 p { color: rgb(117,17,113); }

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

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

 a { background-color: rgb(117,17,113); }

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

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

 span { border-color: rgb(117,17,113); }

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