#750982

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

Shades of Purple #750982

Tints of Purple #750982

Color information

#750982 (or 0x750982) is unknown color: approx Purple. HEX triplet: 75, 09 and 82. RGB value is (117,9,130). Sum of RGB (Red+Green+Blue) = 117+9+130=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 130 (51.17% from 255 or 50.78% from 256); Max value from RGB is 130 - color contains mainly: blue. Hex color #750982 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750982 is #8AF67D. Grayscale: #363636. Windows color (decimal): -9107070 or 8522101. OLE color: 8522101.

HSL color Cylindrical-coordinate representation of color #750982: hue angle of 293.55º 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 #750982 is Cyan = 0.1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1179130-
CMYK0.10.9300.49
HSL293.55º87.05%27.25%-
HSV(B)293.55º93.08%50.98%-
XYZ11.465.5921.59-
YUV55.09170.28172.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.70%
GREEN value IS 9 (3.91% from 255) = 3.52%
BLUE value IS 130 (51.17% from 255) = 50.78%
R=45.70%
G=3.52%
B=50.78%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11791300.10.9300.49293.5587.0527.25
Hex75982A5D031126571b
Octal165112021213506144612733
Binary1110101100110000010101010111010110001100100110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750982; }

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

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

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

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

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

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

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

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