#760992

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

Shades of Purple #760992

Tints of Purple #760992

Color information

#760992 (or 0x760992) is unknown color: approx Purple. HEX triplet: 76, 09 and 92. RGB value is (118,9,146). Sum of RGB (Red+Green+Blue) = 118+9+146=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 146 (57.42% from 255 or 53.48% from 273); Max value from RGB is 146 - color contains mainly: blue. Hex color #760992 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760992 is #89F66D. Grayscale: #383838. Windows color (decimal): -9041518 or 9570678. OLE color: 9570678.

HSL color Cylindrical-coordinate representation of color #760992: hue angle of 287.74º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760992 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1189146-
CMYK0.190.9400.43
HSL287.74º88.39%30.39%-
HSV(B)287.74º93.84%57.25%-
XYZ12.766.1227.7-
YUV57.21178.11171.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.22%
GREEN value IS 9 (3.91% from 255) = 3.30%
BLUE value IS 146 (57.42% from 255) = 53.48%
R=43.22%
G=3.30%
B=53.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal11891460.190.9400.43287.7488.3930.39
Hex76992135E02B120581e
Octal166112222313605344013036
Binary11101101001100100101001110111100101011100100000101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760992; }

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

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

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

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

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

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

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

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