#80356B

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

Shades of Dark Purple #80356B

Tints of Dark Purple #80356B

Color information

#80356B (or 0x80356B) is unknown color: approx Dark Purple. HEX triplet: 80, 35 and 6B. RGB value is (128,53,107). Sum of RGB (Red+Green+Blue) = 128+53+107=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 128 - color contains mainly: red. Hex color #80356B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80356B is #7FCA94. Grayscale: #515151. Windows color (decimal): -8374933 or 7026048. OLE color: 7026048.

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

Color convert

RGB12853107-
CMYK00.590.160.50
HSL316.8º41.44%35.49%-
HSV(B)316.8º58.59%50.2%-
XYZ12.838.214.82-
YUV81.58142.35161.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.44%
GREEN value IS 53 (21.09% from 255) = 18.40%
BLUE value IS 107 (42.19% from 255) = 37.15%
R=44.44%
G=18.40%
B=37.15%

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
Decimal1285310700.590.160.50316.841.4435.49
Hex80356B03B103213d2923
Octal2006515307320624755143
Binary100000001101011101011011101110000110010100111101101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80356B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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