#880378

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

Shades of Purple #880378

Tints of Purple #880378

Color information

#880378 (or 0x880378) is unknown color: approx Purple. HEX triplet: 88, 03 and 78. RGB value is (136,3,120). Sum of RGB (Red+Green+Blue) = 136+3+120=259 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.51% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 120 (47.27% from 255 or 46.33% from 259); Max value from RGB is 136 - color contains mainly: red. Hex color #880378 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880378 is #77FC87. Grayscale: #373737. Windows color (decimal): -7863432 or 7865224. OLE color: 7865224.

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

Color convert

RGB1363120-
CMYK00.980.120.47
HSL307.22º95.68%27.25%-
HSV(B)307.22º97.79%53.33%-
XYZ13.586.6618.34-
YUV56.1164.06184.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.51%
GREEN value IS 3 (1.56% from 255) = 1.16%
BLUE value IS 120 (47.27% from 255) = 46.33%
R=52.51%
G=1.16%
B=46.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136312000.980.120.47307.2295.6827.25
Hex88378062C2F133601b
Octal21031700142145746314033
Binary10001000111111000011000101100101111100110011110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880378; }

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

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

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

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

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

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

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

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