#760493

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

Shades of Purple #760493

Tints of Purple #760493

Color information

#760493 (or 0x760493) is unknown color: approx Purple. HEX triplet: 76, 04 and 93. RGB value is (118,4,147). Sum of RGB (Red+Green+Blue) = 118+4+147=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 147 (57.81% from 255 or 54.65% from 269); Max value from RGB is 147 - color contains mainly: blue. Hex color #760493 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760493 is #89FB6C. Grayscale: #353535. Windows color (decimal): -9042797 or 9634934. OLE color: 9634934.

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

Color convert

RGB1184147-
CMYK0.200.9700.42
HSL287.83º94.7%29.61%-
HSV(B)287.83º97.28%57.65%-
XYZ12.786.0428.1-
YUV54.39180.27173.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.87%
GREEN value IS 4 (1.95% from 255) = 1.49%
BLUE value IS 147 (57.81% from 255) = 54.65%
R=43.87%
G=1.49%
B=54.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11841470.200.9700.42287.8394.729.61
Hex76493146102A1205f1e
Octal16642232414105244013736
Binary1110110100100100111010011000010101010100100000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760493; }

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

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

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

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

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

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

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

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