#80356C

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

Shades of Dark Purple #80356C

Tints of Dark Purple #80356C

Color information

#80356C (or 0x80356C) is unknown color: approx Dark Purple. HEX triplet: 80, 35 and 6C. RGB value is (128,53,108). Sum of RGB (Red+Green+Blue) = 128+53+108=289 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.29% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 128 - color contains mainly: red. Hex color #80356C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80356C is #7FCA93. Grayscale: #515151. Windows color (decimal): -8374932 or 7091584. OLE color: 7091584.

HSL color Cylindrical-coordinate representation of color #80356C: hue angle of 316º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80356C is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB12853108-
CMYK00.590.160.50
HSL316º41.44%35.49%-
HSV(B)316º58.59%50.2%-
XYZ12.888.2215.09-
YUV81.69142.85161.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.29%
GREEN value IS 53 (21.09% from 255) = 18.34%
BLUE value IS 108 (42.58% from 255) = 37.37%
R=44.29%
G=18.34%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1285310800.590.160.5031641.4435.49
Hex80356C03B103213c2923
Octal2006515407320624745143
Binary100000001101011101100011101110000110010100111100101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80356C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80356C; }

 p { color: rgb(128,53,108); }

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

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

 a { background-color: rgb(128,53,108); }

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

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

 span { border-color: rgb(128,53,108); }

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