#882678

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

Shades of Dark Purple #882678

Tints of Dark Purple #882678

Color information

#882678 (or 0x882678) is unknown color: approx Dark Purple. HEX triplet: 88, 26 and 78. RGB value is (136,38,120). Sum of RGB (Red+Green+Blue) = 136+38+120=294 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.26% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 120 (47.27% from 255 or 40.82% from 294); Max value from RGB is 136 - color contains mainly: red. Hex color #882678 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882678 is #77D987. Grayscale: #4C4C4C. Windows color (decimal): -7854472 or 7874184. OLE color: 7874184.

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

Color convert

RGB13638120-
CMYK00.720.120.47
HSL309.8º56.32%34.12%-
HSV(B)309.8º72.06%53.33%-
XYZ14.247.9818.56-
YUV76.65152.47170.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.26%
GREEN value IS 38 (15.23% from 255) = 12.93%
BLUE value IS 120 (47.27% from 255) = 40.82%
R=46.26%
G=12.93%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1363812000.720.120.47309.856.3234.12
Hex882678048C2F1363822
Octal21046170011014574667042
Binary100010001001101111000010010001100101111100110110111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882678; }

 p { color: rgb(136,38,120); }

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

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

 a { background-color: rgb(136,38,120); }

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

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

 span { border-color: rgb(136,38,120); }

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