#750971

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

Shades of Purple #750971

Tints of Purple #750971

Color information

#750971 (or 0x750971) is unknown color: approx Purple. HEX triplet: 75, 09 and 71. RGB value is (117,9,113). Sum of RGB (Red+Green+Blue) = 117+9+113=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 113 (44.53% from 255 or 47.28% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #750971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750971 is #8AF68E. Grayscale: #343434. Windows color (decimal): -9107087 or 7407989. OLE color: 7407989.

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

Color convert

RGB1179113-
CMYK00.920.030.54
HSL302.22º85.71%24.71%-
HSV(B)302.22º92.31%45.88%-
XYZ10.415.1716.07-
YUV53.15161.78173.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.95%
GREEN value IS 9 (3.91% from 255) = 3.77%
BLUE value IS 113 (44.53% from 255) = 47.28%
R=48.95%
G=3.77%
B=47.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117911300.920.030.54302.2285.7124.71
Hex7597105C33612e5619
Octal16511161013436645612631
Binary1110101100111100010101110011110110100101110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750971; }

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

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

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

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

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

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

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

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