#802970

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

Shades of Dark Purple #802970

Tints of Dark Purple #802970

Color information

#802970 (or 0x802970) is unknown color: approx Dark Purple. HEX triplet: 80, 29 and 70. RGB value is (128,41,112). Sum of RGB (Red+Green+Blue) = 128+41+112=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 128 - color contains mainly: red. Hex color #802970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802970 is #7FD68F. Grayscale: #4A4A4A. Windows color (decimal): -8378000 or 7350656. OLE color: 7350656.

HSL color Cylindrical-coordinate representation of color #802970: hue angle of 311.03º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #802970 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB12841112-
CMYK00.680.120.50
HSL311.03º51.48%33.14%-
HSV(B)311.03º67.97%50.2%-
XYZ12.627.3416.08-
YUV75.11148.82165.73-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.55%
GREEN value IS 41 (16.41% from 255) = 14.59%
BLUE value IS 112 (44.14% from 255) = 39.86%
R=45.55%
G=14.59%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1284111200.680.120.50311.0351.4833.14
Hex802970044C321373321
Octal20051160010414624676341
Binary100000001010011110000010001001100110010100110111110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802970; }

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

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

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

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

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

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

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

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