#76088A

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

Shades of Purple #76088A

Tints of Purple #76088A

Color information

#76088A (or 0x76088A) is unknown color: approx Purple. HEX triplet: 76, 08 and 8A. RGB value is (118,8,138). Sum of RGB (Red+Green+Blue) = 118+8+138=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 8 (3.52% from 255 or 3.03% from 264); Blue value is 138 (54.30% from 255 or 52.27% from 264); Max value from RGB is 138 - color contains mainly: blue. Hex color #76088A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76088A is #89F775. Grayscale: #373737. Windows color (decimal): -9041782 or 9046134. OLE color: 9046134.

HSL color Cylindrical-coordinate representation of color #76088A: hue angle of 290.77º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #76088A is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1188138-
CMYK0.140.9400.46
HSL290.77º89.04%28.63%-
HSV(B)290.77º94.2%54.12%-
XYZ12.155.8624.54-
YUV55.71174.44172.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.70%
GREEN value IS 8 (3.52% from 255) = 3.03%
BLUE value IS 138 (54.30% from 255) = 52.27%
R=44.70%
G=3.03%
B=52.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11881380.140.9400.46290.7789.0428.63
Hex7688AE5E02E123591d
Octal166102121613605644313135
Binary1110110100010001010111010111100101110100100011101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76088A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76088A; }

 p { color: rgb(118,8,138); }

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

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

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

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

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

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

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