#760982

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

Shades of Purple #760982

Tints of Purple #760982

Color information

#760982 (or 0x760982) is unknown color: approx Purple. HEX triplet: 76, 09 and 82. RGB value is (118,9,130). Sum of RGB (Red+Green+Blue) = 118+9+130=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 130 (51.17% from 255 or 50.58% from 257); Max value from RGB is 130 - color contains mainly: blue. Hex color #760982 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760982 is #89F67D. Grayscale: #373737. Windows color (decimal): -9041534 or 8522102. OLE color: 8522102.

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

Color convert

RGB1189130-
CMYK0.090.9300.49
HSL294.05º87.05%27.25%-
HSV(B)294.05º93.08%50.98%-
XYZ11.65.6621.6-
YUV55.38170.11172.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.91%
GREEN value IS 9 (3.91% from 255) = 3.50%
BLUE value IS 130 (51.17% from 255) = 50.58%
R=45.91%
G=3.50%
B=50.58%

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
Decimal11891300.090.9300.49294.0587.0527.25
Hex7698295D031126571b
Octal166112021113506144612733
Binary1110110100110000010100110111010110001100100110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760982; }

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

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

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

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

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

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

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

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