#80366C

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

Shades of Dark Purple #80366C

Tints of Dark Purple #80366C

Color information

#80366C (or 0x80366C) is unknown color: approx Dark Purple. HEX triplet: 80, 36 and 6C. RGB value is (128,54,108). Sum of RGB (Red+Green+Blue) = 128+54+108=290 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.14% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 128 - color contains mainly: red. Hex color #80366C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80366C is #7FC993. Grayscale: #525252. Windows color (decimal): -8374676 or 7091840. OLE color: 7091840.

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

Color convert

RGB12854108-
CMYK00.580.160.50
HSL316.22º40.66%35.69%-
HSV(B)316.22º57.81%50.2%-
XYZ12.938.3115.11-
YUV82.28142.52160.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.14%
GREEN value IS 54 (21.48% from 255) = 18.62%
BLUE value IS 108 (42.58% from 255) = 37.24%
R=44.14%
G=18.62%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1285410800.580.160.50316.2240.6635.69
Hex80366C03A103213c2924
Octal2006615407220624745144
Binary100000001101101101100011101010000110010100111100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80366C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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