#750973

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

Shades of Purple #750973

Tints of Purple #750973

Color information

#750973 (or 0x750973) is unknown color: approx Purple. HEX triplet: 75, 09 and 73. RGB value is (117,9,115). Sum of RGB (Red+Green+Blue) = 117+9+115=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 115 (45.31% from 255 or 47.72% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #750973 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750973 is #8AF68C. Grayscale: #353535. Windows color (decimal): -9107085 or 7539061. OLE color: 7539061.

HSL color Cylindrical-coordinate representation of color #750973: hue angle of 301.11º 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 #750973 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB1179115-
CMYK00.920.020.54
HSL301.11º85.71%24.71%-
HSV(B)301.11º92.31%45.88%-
XYZ10.535.2216.67-
YUV53.38162.78173.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.55%
GREEN value IS 9 (3.91% from 255) = 3.73%
BLUE value IS 115 (45.31% from 255) = 47.72%
R=48.55%
G=3.73%
B=47.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117911500.920.020.54301.1185.7124.71
Hex7597305C23612d5619
Octal16511163013426645512631
Binary1110101100111100110101110010110110100101101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750973; }

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

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

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

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

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

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

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

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