#880376

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

Shades of Purple #880376

Tints of Purple #880376

Color information

#880376 (or 0x880376) is unknown color: approx Purple. HEX triplet: 88, 03 and 76. RGB value is (136,3,118). Sum of RGB (Red+Green+Blue) = 136+3+118=257 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.92% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 118 (46.48% from 255 or 45.91% from 257); Max value from RGB is 136 - color contains mainly: red. Hex color #880376 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880376 is #77FC89. Grayscale: #373737. Windows color (decimal): -7863434 or 7734152. OLE color: 7734152.

HSL color Cylindrical-coordinate representation of color #880376: hue angle of 308.12º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #880376 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB1363118-
CMYK00.980.130.47
HSL308.12º95.68%27.25%-
HSV(B)308.12º97.79%53.33%-
XYZ13.466.6117.71-
YUV55.88163.06185.15-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.92%
GREEN value IS 3 (1.56% from 255) = 1.17%
BLUE value IS 118 (46.48% from 255) = 45.91%
R=52.92%
G=1.17%
B=45.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136311800.980.130.47308.1295.6827.25
Hex88376062D2F134601b
Octal21031660142155746414033
Binary10001000111110110011000101101101111100110100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880376; }

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

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

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

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

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

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

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

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