#80307C

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

Shades of Dark Purple #80307C

Tints of Dark Purple #80307C

Color information

#80307C (or 0x80307C) is unknown color: approx Dark Purple. HEX triplet: 80, 30 and 7C. RGB value is (128,48,124). Sum of RGB (Red+Green+Blue) = 128+48+124=300 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.67% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 128 - color contains mainly: red. Hex color #80307C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80307C is #7FCF83. Grayscale: #505050. Windows color (decimal): -8376196 or 8138880. OLE color: 8138880.

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

Color convert

RGB12848124-
CMYK00.620.030.50
HSL303º45.45%34.51%-
HSV(B)303º62.5%50.2%-
XYZ13.68.1619.93-
YUV80.58152.5161.82-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.67%
GREEN value IS 48 (19.14% from 255) = 16%
BLUE value IS 124 (48.83% from 255) = 41.33%
R=42.67%
G=16%
B=41.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1284812400.620.030.5030345.4534.51
Hex80307C03E33212f2d23
Octal200601740763624575543
Binary100000001100001111100011111011110010100101111101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80307C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,48,124); }

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

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

 a { background-color: rgb(128,48,124); }

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

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

 span { border-color: rgb(128,48,124); }

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