#882374

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

Shades of Dark Purple #882374

Tints of Dark Purple #882374

Color information

#882374 (or 0x882374) is unknown color: approx Dark Purple. HEX triplet: 88, 23 and 74. RGB value is (136,35,116). Sum of RGB (Red+Green+Blue) = 136+35+116=287 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.39% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 116 (45.70% from 255 or 40.42% from 287); Max value from RGB is 136 - color contains mainly: red. Hex color #882374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882374 is #77DC8B. Grayscale: #4A4A4A. Windows color (decimal): -7855244 or 7611272. OLE color: 7611272.

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

Color convert

RGB13635116-
CMYK00.740.150.47
HSL311.88º59.06%33.53%-
HSV(B)311.88º74.26%53.33%-
XYZ13.917.717.28-
YUV74.43151.46171.91-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.39%
GREEN value IS 35 (14.06% from 255) = 12.20%
BLUE value IS 116 (45.70% from 255) = 40.42%
R=47.39%
G=12.20%
B=40.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1363511600.740.150.47311.8859.0633.53
Hex88237404AF2F1383b22
Octal21043164011217574707342
Binary100010001000111110100010010101111101111100111000111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882374; }

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

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

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

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

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

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

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

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