#760993

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

Shades of Purple #760993

Tints of Purple #760993

Color information

#760993 (or 0x760993) is unknown color: approx Purple. HEX triplet: 76, 09 and 93. RGB value is (118,9,147). Sum of RGB (Red+Green+Blue) = 118+9+147=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 147 (57.81% from 255 or 53.65% from 274); Max value from RGB is 147 - color contains mainly: blue. Hex color #760993 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760993 is #89F66C. Grayscale: #383838. Windows color (decimal): -9041517 or 9636214. OLE color: 9636214.

HSL color Cylindrical-coordinate representation of color #760993: hue angle of 287.39º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760993 is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1189147-
CMYK0.200.9400.42
HSL287.39º88.46%30.59%-
HSV(B)287.39º93.88%57.65%-
XYZ12.846.1528.12-
YUV57.32178.61171.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.07%
GREEN value IS 9 (3.91% from 255) = 3.28%
BLUE value IS 147 (57.81% from 255) = 53.65%
R=43.07%
G=3.28%
B=53.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11891470.200.9400.42287.3988.4630.59
Hex76993145E02A11f581f
Octal166112232413605243713037
Binary11101101001100100111010010111100101010100011111101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760993; }

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

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

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

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

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

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

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

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