#880370

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

Shades of Purple #880370

Tints of Purple #880370

Color information

#880370 (or 0x880370) is unknown color: approx Purple. HEX triplet: 88, 03 and 70. RGB value is (136,3,112). Sum of RGB (Red+Green+Blue) = 136+3+112=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 112 (44.14% from 255 or 44.62% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #880370 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880370 is #77FC8F. Grayscale: #363636. Windows color (decimal): -7863440 or 7340936. OLE color: 7340936.

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

Color convert

RGB1363112-
CMYK00.980.180.47
HSL310.83º95.68%27.25%-
HSV(B)310.83º97.79%53.33%-
XYZ13.116.4715.89-
YUV55.19160.06185.64-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 54.18%
GREEN value IS 3 (1.56% from 255) = 1.20%
BLUE value IS 112 (44.14% from 255) = 44.62%
R=54.18%
G=1.20%
B=44.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136311200.980.180.47310.8395.6827.25
Hex88370062122F137601b
Octal21031600142225746714033
Binary100010001111100000110001010010101111100110111110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880370; }

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

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

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

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

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

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

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

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