#880372

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

Shades of Purple #880372

Tints of Purple #880372

Color information

#880372 (or 0x880372) is unknown color: approx Purple. HEX triplet: 88, 03 and 72. RGB value is (136,3,114). Sum of RGB (Red+Green+Blue) = 136+3+114=253 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.75% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 136 - color contains mainly: red. Hex color #880372 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880372 is #77FC8D. Grayscale: #373737. Windows color (decimal): -7863438 or 7472008. OLE color: 7472008.

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

Color convert

RGB1363114-
CMYK00.980.160.47
HSL309.92º95.68%27.25%-
HSV(B)309.92º97.79%53.33%-
XYZ13.226.5116.48-
YUV55.42161.06185.47-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.75%
GREEN value IS 3 (1.56% from 255) = 1.19%
BLUE value IS 114 (44.92% from 255) = 45.06%
R=53.75%
G=1.19%
B=45.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136311400.980.160.47309.9295.6827.25
Hex88372062102F136601b
Octal21031620142205746614033
Binary100010001111100100110001010000101111100110110110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880372; }

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

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

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

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

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

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

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

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