#802E6D

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

Shades of Dark Purple #802E6D

Tints of Dark Purple #802E6D

Color information

#802E6D (or 0x802E6D) is unknown color: approx Dark Purple. HEX triplet: 80, 2E and 6D. RGB value is (128,46,109). Sum of RGB (Red+Green+Blue) = 128+46+109=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 128 - color contains mainly: red. Hex color #802E6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802E6D is #7FD192. Grayscale: #4D4D4D. Windows color (decimal): -8376723 or 7155328. OLE color: 7155328.

HSL color Cylindrical-coordinate representation of color #802E6D: hue angle of 313.9º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #802E6D is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB12846109-
CMYK00.640.150.50
HSL313.9º47.13%34.12%-
HSV(B)313.9º64.06%50.2%-
XYZ12.647.6515.28-
YUV77.7145.67163.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.23%
GREEN value IS 46 (18.36% from 255) = 16.25%
BLUE value IS 109 (42.97% from 255) = 38.52%
R=45.23%
G=16.25%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1284610900.640.150.50313.947.1334.12
Hex802E6D040F3213a2f22
Octal20056155010017624725742
Binary100000001011101101101010000001111110010100111010101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802E6D; }

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

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

<style>
 a { background-color: #802E6D; }

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

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

<style>
 span { border-color: #802E6D; }

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

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