#802E6F

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

Shades of Dark Purple #802E6F

Tints of Dark Purple #802E6F

Color information

#802E6F (or 0x802E6F) is unknown color: approx Dark Purple. HEX triplet: 80, 2E and 6F. RGB value is (128,46,111). Sum of RGB (Red+Green+Blue) = 128+46+111=285 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.91% from 285); Green value is 46 (18.36% from 255 or 16.14% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 128 - color contains mainly: red. Hex color #802E6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802E6F is #7FD190. Grayscale: #4D4D4D. Windows color (decimal): -8376721 or 7286400. OLE color: 7286400.

HSL color Cylindrical-coordinate representation of color #802E6F: hue angle of 312.44º 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 #802E6F is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB12846111-
CMYK00.640.130.50
HSL312.44º47.13%34.12%-
HSV(B)312.44º64.06%50.2%-
XYZ12.757.6915.85-
YUV77.93146.67163.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.91%
GREEN value IS 46 (18.36% from 255) = 16.14%
BLUE value IS 111 (43.75% from 255) = 38.95%
R=44.91%
G=16.14%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1284611100.640.130.50312.4447.1334.12
Hex802E6F040D321382f22
Octal20056157010015624705742
Binary100000001011101101111010000001101110010100111000101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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