#802E70

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

Shades of Dark Purple #802E70

Tints of Dark Purple #802E70

Color information

#802E70 (or 0x802E70) is unknown color: approx Dark Purple. HEX triplet: 80, 2E and 70. RGB value is (128,46,112). Sum of RGB (Red+Green+Blue) = 128+46+112=286 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.76% from 286); Green value is 46 (18.36% from 255 or 16.08% from 286); Blue value is 112 (44.14% from 255 or 39.16% from 286); Max value from RGB is 128 - color contains mainly: red. Hex color #802E70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802E70 is #7FD18F. Grayscale: #4D4D4D. Windows color (decimal): -8376720 or 7351936. OLE color: 7351936.

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

Color convert

RGB12846112-
CMYK00.640.120.50
HSL311.71º47.13%34.12%-
HSV(B)311.71º64.06%50.2%-
XYZ12.87.7116.14-
YUV78.04147.17163.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.76%
GREEN value IS 46 (18.36% from 255) = 16.08%
BLUE value IS 112 (44.14% from 255) = 39.16%
R=44.76%
G=16.08%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1284611200.640.120.50311.7147.1334.12
Hex802E70040C321382f22
Octal20056160010014624705742
Binary100000001011101110000010000001100110010100111000101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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