#883778

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

Shades of Dark Purple #883778

Tints of Dark Purple #883778

Color information

#883778 (or 0x883778) is unknown color: approx Dark Purple. HEX triplet: 88, 37 and 78. RGB value is (136,55,120). Sum of RGB (Red+Green+Blue) = 136+55+120=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 120 (47.27% from 255 or 38.59% from 311); Max value from RGB is 136 - color contains mainly: red. Hex color #883778 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883778 is #77C887. Grayscale: #565656. Windows color (decimal): -7850120 or 7878536. OLE color: 7878536.

HSL color Cylindrical-coordinate representation of color #883778: hue angle of 311.85º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #883778 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB13655120-
CMYK00.600.120.47
HSL311.85º42.41%37.45%-
HSV(B)311.85º59.56%53.33%-
XYZ14.919.3218.78-
YUV86.63146.84163.21-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.73%
GREEN value IS 55 (21.88% from 255) = 17.68%
BLUE value IS 120 (47.27% from 255) = 38.59%
R=43.73%
G=17.68%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1365512000.600.120.47311.8542.4137.45
Hex88377803CC2F1382a25
Octal2106717007414574705245
Binary10001000110111111100001111001100101111100111000101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883778; }

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

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

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

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

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

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

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

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