#750A71

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

Shades of Purple #750A71

Tints of Purple #750A71

Color information

#750A71 (or 0x750A71) is unknown color: approx Purple. HEX triplet: 75, 0A and 71. RGB value is (117,10,113). Sum of RGB (Red+Green+Blue) = 117+10+113=240 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.75% from 240); Green value is 10 (4.30% from 255 or 4.17% from 240); Blue value is 113 (44.53% from 255 or 47.08% from 240); Max value from RGB is 117 - color contains mainly: red. Hex color #750A71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750A71 is #8AF58E. Grayscale: #353535. Windows color (decimal): -9106831 or 7408245. OLE color: 7408245.

HSL color Cylindrical-coordinate representation of color #750A71: hue angle of 302.24º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #750A71 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB11710113-
CMYK00.910.030.54
HSL302.24º84.25%24.9%-
HSV(B)302.24º91.45%45.88%-
XYZ10.435.1916.08-
YUV53.73161.45173.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.75%
GREEN value IS 10 (4.30% from 255) = 4.17%
BLUE value IS 113 (44.53% from 255) = 47.08%
R=48.75%
G=4.17%
B=47.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171011300.910.030.54302.2484.2524.9
Hex75A7105B33612e5419
Octal16512161013336645612431
Binary1110101101011100010101101111110110100101110101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750A71; }

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

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

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

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

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

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

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

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