#750981

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

Shades of Purple #750981

Tints of Purple #750981

Color information

#750981 (or 0x750981) is unknown color: approx Purple. HEX triplet: 75, 09 and 81. RGB value is (117,9,129). Sum of RGB (Red+Green+Blue) = 117+9+129=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 129 (50.78% from 255 or 50.59% from 255); Max value from RGB is 129 - color contains mainly: blue. Hex color #750981 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750981 is #8AF67E. Grayscale: #363636. Windows color (decimal): -9107071 or 8456565. OLE color: 8456565.

HSL color Cylindrical-coordinate representation of color #750981: hue angle of 294º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #750981 is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1179129-
CMYK0.090.9300.49
HSL294º86.96%27.06%-
HSV(B)294º93.02%50.59%-
XYZ11.45.5621.24-
YUV54.97169.78172.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.88%
GREEN value IS 9 (3.91% from 255) = 3.53%
BLUE value IS 129 (50.78% from 255) = 50.59%
R=45.88%
G=3.53%
B=50.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11791290.090.9300.4929486.9627.06
Hex7598195D031126571b
Octal165112011113506144612733
Binary1110101100110000001100110111010110001100100110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750981; }

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

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

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

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

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

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

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

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