#880574

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

Shades of Purple #880574

Tints of Purple #880574

Color information

#880574 (or 0x880574) is unknown color: approx Purple. HEX triplet: 88, 05 and 74. RGB value is (136,5,116). Sum of RGB (Red+Green+Blue) = 136+5+116=257 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.92% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 116 (45.70% from 255 or 45.14% from 257); Max value from RGB is 136 - color contains mainly: red. Hex color #880574 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880574 is #77FA8B. Grayscale: #383838. Windows color (decimal): -7862924 or 7603592. OLE color: 7603592.

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

Color convert

RGB1365116-
CMYK00.960.150.47
HSL309.16º92.91%27.65%-
HSV(B)309.16º96.32%53.33%-
XYZ13.366.617.09-
YUV56.82161.4184.47-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.92%
GREEN value IS 5 (2.34% from 255) = 1.95%
BLUE value IS 116 (45.70% from 255) = 45.14%
R=52.92%
G=1.95%
B=45.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136511600.960.150.47309.1692.9127.65
Hex88574060F2F1355d1c
Octal21051640140175746513534
Binary100010001011110100011000001111101111100110101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880574; }

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

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

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

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

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

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

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

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