#750571

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

Shades of Purple #750571

Tints of Purple #750571

Color information

#750571 (or 0x750571) is unknown color: approx Purple. HEX triplet: 75, 05 and 71. RGB value is (117,5,113). Sum of RGB (Red+Green+Blue) = 117+5+113=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 113 (44.53% from 255 or 48.09% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #750571 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750571 is #8AFA8E. Grayscale: #323232. Windows color (decimal): -9108111 or 7406965. OLE color: 7406965.

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

Color convert

RGB1175113-
CMYK00.960.030.54
HSL302.14º91.8%23.92%-
HSV(B)302.14º95.73%45.88%-
XYZ10.375.0816.06-
YUV50.8163.11175.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.79%
GREEN value IS 5 (2.34% from 255) = 2.13%
BLUE value IS 113 (44.53% from 255) = 48.09%
R=49.79%
G=2.13%
B=48.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117511300.960.030.54302.1491.823.92
Hex7557106033612e5c18
Octal1655161014036645613430
Binary111010110111100010110000011110110100101110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750571; }

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

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

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

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

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

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

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

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