#80306A

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

Shades of Dark Purple #80306A

Tints of Dark Purple #80306A

Color information

#80306A (or 0x80306A) is unknown color: approx Dark Purple. HEX triplet: 80, 30 and 6A. RGB value is (128,48,106). Sum of RGB (Red+Green+Blue) = 128+48+106=282 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.39% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 106 (41.80% from 255 or 37.59% from 282); Max value from RGB is 128 - color contains mainly: red. Hex color #80306A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80306A is #7FCF95. Grayscale: #4E4E4E. Windows color (decimal): -8376214 or 6959232. OLE color: 6959232.

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

Color convert

RGB12848106-
CMYK00.620.170.50
HSL316.5º45.45%34.51%-
HSV(B)316.5º62.5%50.2%-
XYZ12.567.7414.47-
YUV78.53143.5163.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.39%
GREEN value IS 48 (19.14% from 255) = 17.02%
BLUE value IS 106 (41.80% from 255) = 37.59%
R=45.39%
G=17.02%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.17
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1284810600.620.170.50316.545.4534.51
Hex80306A03E113213c2d23
Octal2006015207621624745543
Binary100000001100001101010011111010001110010100111100101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80306A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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