#80256D

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

Shades of Dark Purple #80256D

Tints of Dark Purple #80256D

Color information

#80256D (or 0x80256D) is unknown color: approx Dark Purple. HEX triplet: 80, 25 and 6D. RGB value is (128,37,109). Sum of RGB (Red+Green+Blue) = 128+37+109=274 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.72% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 109 (42.97% from 255 or 39.78% from 274); Max value from RGB is 128 - color contains mainly: red. Hex color #80256D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80256D is #7FDA92. Grayscale: #484848. Windows color (decimal): -8379027 or 7153024. OLE color: 7153024.

HSL color Cylindrical-coordinate representation of color #80256D: hue angle of 312.53º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #80256D is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB12837109-
CMYK00.710.150.50
HSL312.53º55.15%32.35%-
HSV(B)312.53º71.09%50.2%-
XYZ12.327.0215.17-
YUV72.42148.65167.65-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.72%
GREEN value IS 37 (14.84% from 255) = 13.50%
BLUE value IS 109 (42.97% from 255) = 39.78%
R=46.72%
G=13.50%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1283710900.710.150.50312.5355.1532.35
Hex80256D047F321393720
Octal20045155010717624716740
Binary100000001001011101101010001111111110010100111001110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80256D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80256D; }

 p { color: rgb(128,37,109); }

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

<style>
 a { background-color: #80256D; }

 a { background-color: rgb(128,37,109); }

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

<style>
 span { border-color: #80256D; }

 span { border-color: rgb(128,37,109); }

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