#760377

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

Shades of Purple #760377

Tints of Purple #760377

Color information

#760377 (or 0x760377) is unknown color: approx Purple. HEX triplet: 76, 03 and 77. RGB value is (118,3,119). Sum of RGB (Red+Green+Blue) = 118+3+119=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 119 (46.88% from 255 or 49.58% from 240); Max value from RGB is 119 - color contains mainly: blue. Hex color #760377 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760377 is #89FC88. Grayscale: #323232. Windows color (decimal): -9043081 or 7799670. OLE color: 7799670.

HSL color Cylindrical-coordinate representation of color #760377: hue angle of 299.48º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #760377 is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1183119-
CMYK0.010.9700.53
HSL299.48º95.08%23.92%-
HSV(B)299.48º97.48%46.67%-
XYZ10.835.2517.89-
YUV50.61166.6176.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.17%
GREEN value IS 3 (1.56% from 255) = 1.25%
BLUE value IS 119 (46.88% from 255) = 49.58%
R=49.17%
G=1.25%
B=49.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11831190.010.9700.53299.4895.0823.92
Hex7637716103512b5f18
Octal1663167114106545313730
Binary1110110111110111111000010110101100101011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760377; }

 p { color: rgb(118,3,119); }

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

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

 a { background-color: rgb(118,3,119); }

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

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

 span { border-color: rgb(118,3,119); }

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