#802674

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

Shades of Dark Purple #802674

Tints of Dark Purple #802674

Color information

#802674 (or 0x802674) is unknown color: approx Dark Purple. HEX triplet: 80, 26 and 74. RGB value is (128,38,116). Sum of RGB (Red+Green+Blue) = 128+38+116=282 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.39% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 116 (45.70% from 255 or 41.13% from 282); Max value from RGB is 128 - color contains mainly: red. Hex color #802674 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802674 is #7FD98B. Grayscale: #494949. Windows color (decimal): -8378764 or 7612032. OLE color: 7612032.

HSL color Cylindrical-coordinate representation of color #802674: hue angle of 308º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #802674 is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB12838116-
CMYK00.700.090.50
HSL308º54.22%32.55%-
HSV(B)308º70.31%50.2%-
XYZ12.757.2417.25-
YUV73.8151.82166.66-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.39%
GREEN value IS 38 (15.23% from 255) = 13.48%
BLUE value IS 116 (45.70% from 255) = 41.13%
R=45.39%
G=13.48%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1283811600.700.090.5030854.2232.55
Hex8026740469321343621
Octal20046164010611624646641
Binary100000001001101110100010001101001110010100110100110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802674; }

 p { color: rgb(128,38,116); }

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

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

 a { background-color: rgb(128,38,116); }

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

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

 span { border-color: rgb(128,38,116); }

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