#80346B

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

Shades of Dark Purple #80346B

Tints of Dark Purple #80346B

Color information

#80346B (or 0x80346B) is unknown color: approx Dark Purple. HEX triplet: 80, 34 and 6B. RGB value is (128,52,107). Sum of RGB (Red+Green+Blue) = 128+52+107=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 128 - color contains mainly: red. Hex color #80346B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80346B is #7FCB94. Grayscale: #505050. Windows color (decimal): -8375189 or 7025792. OLE color: 7025792.

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

Color convert

RGB12852107-
CMYK00.590.160.50
HSL316.58º42.22%35.29%-
HSV(B)316.58º59.38%50.2%-
XYZ12.788.1114.8-
YUV80.99142.68161.53-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.60%
GREEN value IS 52 (20.70% from 255) = 18.12%
BLUE value IS 107 (42.19% from 255) = 37.28%
R=44.60%
G=18.12%
B=37.28%

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
Decimal1285210700.590.160.50316.5842.2235.29
Hex80346B03B103213d2a23
Octal2006415307320624755243
Binary100000001101001101011011101110000110010100111101101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80346B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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