#881378

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

Shades of Dark Purple #881378

Tints of Dark Purple #881378

Color information

#881378 (or 0x881378) is unknown color: approx Dark Purple. HEX triplet: 88, 13 and 78. RGB value is (136,19,120). Sum of RGB (Red+Green+Blue) = 136+19+120=275 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.45% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 120 (47.27% from 255 or 43.64% from 275); Max value from RGB is 136 - color contains mainly: red. Hex color #881378 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881378 is #77EC87. Grayscale: #414141. Windows color (decimal): -7859336 or 7869320. OLE color: 7869320.

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

Color convert

RGB13619120-
CMYK00.860.120.47
HSL308.21º75.48%30.39%-
HSV(B)308.21º86.03%53.33%-
XYZ13.787.0618.41-
YUV65.5158.76178.29-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.45%
GREEN value IS 19 (7.81% from 255) = 6.91%
BLUE value IS 120 (47.27% from 255) = 43.64%
R=49.45%
G=6.91%
B=43.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361912000.860.120.47308.2175.4830.39
Hex881378056C2F1344b1e
Octal210231700126145746411336
Binary10001000100111111000010101101100101111100110100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881378; }

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

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

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

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

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

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

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

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