#880474

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

Shades of Purple #880474

Tints of Purple #880474

Color information

#880474 (or 0x880474) is unknown color: approx Purple. HEX triplet: 88, 04 and 74. RGB value is (136,4,116). Sum of RGB (Red+Green+Blue) = 136+4+116=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 116 (45.70% from 255 or 45.31% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #880474 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880474 is #77FB8B. Grayscale: #373737. Windows color (decimal): -7863180 or 7603336. OLE color: 7603336.

HSL color Cylindrical-coordinate representation of color #880474: hue angle of 309.09º 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 #880474 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB1364116-
CMYK00.970.150.47
HSL309.09º94.29%27.45%-
HSV(B)309.09º97.06%53.33%-
XYZ13.356.5817.09-
YUV56.24161.73184.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.12%
GREEN value IS 4 (1.95% from 255) = 1.56%
BLUE value IS 116 (45.70% from 255) = 45.31%
R=53.12%
G=1.56%
B=45.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136411600.970.150.47309.0994.2927.45
Hex88474061F2F1355e1b
Octal21041640141175746513633
Binary100010001001110100011000011111101111100110101101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880474; }

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

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

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

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

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

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

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

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