#802569

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

Shades of Dark Purple #802569

Tints of Dark Purple #802569

Color information

#802569 (or 0x802569) is unknown color: approx Dark Purple. HEX triplet: 80, 25 and 69. RGB value is (128,37,105). Sum of RGB (Red+Green+Blue) = 128+37+105=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 37 (14.84% from 255 or 13.70% from 270); Blue value is 105 (41.41% from 255 or 38.89% from 270); Max value from RGB is 128 - color contains mainly: red. Hex color #802569 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802569 is #7FDA96. Grayscale: #474747. Windows color (decimal): -8379031 or 6890880. OLE color: 6890880.

HSL color Cylindrical-coordinate representation of color #802569: hue angle of 315.16º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #802569 is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.50.

Color convert

RGB12837105-
CMYK00.710.180.50
HSL315.16º55.15%32.35%-
HSV(B)315.16º71.09%50.2%-
XYZ12.116.9314.06-
YUV71.96146.65167.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.41%
GREEN value IS 37 (14.84% from 255) = 13.70%
BLUE value IS 105 (41.41% from 255) = 38.89%
R=47.41%
G=13.70%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.18
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1283710500.710.180.50315.1655.1532.35
Hex802569047123213b3720
Octal20045151010722624736740
Binary1000000010010111010010100011110010110010100111011110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802569; }

 p { color: rgb(128,37,105); }

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

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

 a { background-color: rgb(128,37,105); }

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

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

 span { border-color: rgb(128,37,105); }

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