#760376

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

Shades of Purple #760376

Tints of Purple #760376

Color information

#760376 (or 0x760376) is unknown color: approx Purple. HEX triplet: 76, 03 and 76. RGB value is (118,3,118). Sum of RGB (Red+Green+Blue) = 118+3+118=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 118 (46.48% from 255 or 49.37% from 239); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #760376 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760376 is #89FC89. Grayscale: #323232. Windows color (decimal): -9043082 or 7734134. OLE color: 7734134.

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

Color convert

RGB1183118-
CMYK00.9700.54
HSL300º95.04%23.73%-
HSV(B)300º97.46%46.27%-
XYZ10.775.2217.58-
YUV50.5166.1176.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.37%
GREEN value IS 3 (1.56% from 255) = 1.26%
BLUE value IS 118 (46.48% from 255) = 49.37%
R=49.37%
G=1.26%
B=49.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118311800.9700.5430095.0423.73
Hex7637606103612c5f18
Octal1663166014106645413730
Binary1110110111110110011000010110110100101100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760376; }

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

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

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

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

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

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

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

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