#80356A

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

Shades of Dark Purple #80356A

Tints of Dark Purple #80356A

Color information

#80356A (or 0x80356A) is unknown color: approx Dark Purple. HEX triplet: 80, 35 and 6A. RGB value is (128,53,106). Sum of RGB (Red+Green+Blue) = 128+53+106=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 106 (41.80% from 255 or 36.93% from 287); Max value from RGB is 128 - color contains mainly: red. Hex color #80356A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80356A is #7FCA95. Grayscale: #515151. Windows color (decimal): -8374934 or 6960512. OLE color: 6960512.

HSL color Cylindrical-coordinate representation of color #80356A: hue angle of 317.6º 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 #80356A is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB12853106-
CMYK00.590.170.50
HSL317.6º41.44%35.49%-
HSV(B)317.6º58.59%50.2%-
XYZ12.788.1814.54-
YUV81.47141.85161.19-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.60%
GREEN value IS 53 (21.09% from 255) = 18.47%
BLUE value IS 106 (41.80% from 255) = 36.93%
R=44.60%
G=18.47%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.17
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1285310600.590.170.50317.641.4435.49
Hex80356A03B113213e2923
Octal2006515207321624765143
Binary100000001101011101010011101110001110010100111110101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80356A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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