#750171

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

Shades of Purple #750171

Tints of Purple #750171

Color information

#750171 (or 0x750171) is unknown color: approx Purple. HEX triplet: 75, 01 and 71. RGB value is (117,1,113). Sum of RGB (Red+Green+Blue) = 117+1+113=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #750171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750171 is #8AFE8E. Grayscale: #303030. Windows color (decimal): -9109135 or 7405941. OLE color: 7405941.

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

Color convert

RGB1171113-
CMYK00.990.030.54
HSL302.07º98.31%23.14%-
HSV(B)302.07º99.15%45.88%-
XYZ10.33516.04-
YUV48.45164.43176.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.65%
GREEN value IS 1 (0.78% from 255) = 0.43%
BLUE value IS 113 (44.53% from 255) = 48.92%
R=50.65%
G=0.43%
B=48.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117111300.990.030.54302.0798.3123.14
Hex7517106333612e6217
Octal1651161014336645614227
Binary1110101111100010110001111110110100101110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750171; }

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

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

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

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

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

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

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

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