#880475

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

Shades of Purple #880475

Tints of Purple #880475

Color information

#880475 (or 0x880475) is unknown color: approx Purple. HEX triplet: 88, 04 and 75. RGB value is (136,4,117). Sum of RGB (Red+Green+Blue) = 136+4+117=257 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.92% from 257); Green value is 4 (1.95% from 255 or 1.56% from 257); Blue value is 117 (46.09% from 255 or 45.53% from 257); Max value from RGB is 136 - color contains mainly: red. Hex color #880475 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880475 is #77FB8A. Grayscale: #383838. Windows color (decimal): -7863179 or 7668872. OLE color: 7668872.

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

Color convert

RGB1364117-
CMYK00.970.140.47
HSL308.64º94.29%27.45%-
HSV(B)308.64º97.06%53.33%-
XYZ13.416.6117.4-
YUV56.35162.23184.81-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.92%
GREEN value IS 4 (1.95% from 255) = 1.56%
BLUE value IS 117 (46.09% from 255) = 45.53%
R=52.92%
G=1.56%
B=45.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136411700.970.140.47308.6494.2927.45
Hex88475061E2F1355e1b
Octal21041650141165746513633
Binary100010001001110101011000011110101111100110101101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880475; }

 p { color: rgb(136,4,117); }

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

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

 a { background-color: rgb(136,4,117); }

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

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

 span { border-color: rgb(136,4,117); }

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