#882368

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

Shades of Dark Purple #882368

Tints of Dark Purple #882368

Color information

#882368 (or 0x882368) is unknown color: approx Dark Purple. HEX triplet: 88, 23 and 68. RGB value is (136,35,104). Sum of RGB (Red+Green+Blue) = 136+35+104=275 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.45% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 104 (41.02% from 255 or 37.82% from 275); Max value from RGB is 136 - color contains mainly: red. Hex color #882368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882368 is #77DC97. Grayscale: #484848. Windows color (decimal): -7855256 or 6824840. OLE color: 6824840.

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

Color convert

RGB13635104-
CMYK00.740.240.47
HSL319.01º59.06%33.53%-
HSV(B)319.01º74.26%53.33%-
XYZ13.257.4413.83-
YUV73.06145.46172.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.45%
GREEN value IS 35 (14.06% from 255) = 12.73%
BLUE value IS 104 (41.02% from 255) = 37.82%
R=49.45%
G=12.73%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1363510400.740.240.47319.0159.0633.53
Hex88236804A182F13f3b22
Octal21043150011230574777342
Binary1000100010001111010000100101011000101111100111111111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882368; }

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

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

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

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

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

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

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

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