#802865

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

Shades of Dark Purple #802865

Tints of Dark Purple #802865

Color information

#802865 (or 0x802865) is unknown color: approx Dark Purple. HEX triplet: 80, 28 and 65. RGB value is (128,40,101). Sum of RGB (Red+Green+Blue) = 128+40+101=269 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.58% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 128 - color contains mainly: red. Hex color #802865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802865 is #7FD79A. Grayscale: #494949. Windows color (decimal): -8378267 or 6629504. OLE color: 6629504.

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

Color convert

RGB12840101-
CMYK00.690.210.50
HSL318.41º52.38%32.94%-
HSV(B)318.41º68.75%50.2%-
XYZ12.017.0513.04-
YUV73.27143.65167.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.58%
GREEN value IS 40 (16.02% from 255) = 14.87%
BLUE value IS 101 (39.84% from 255) = 37.55%
R=47.58%
G=14.87%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.21
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1284010100.690.210.50318.4152.3832.94
Hex802865045153213e3421
Octal20050145010525624766441
Binary1000000010100011001010100010110101110010100111110110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802865; }

 p { color: rgb(128,40,101); }

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

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

 a { background-color: rgb(128,40,101); }

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

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

 span { border-color: rgb(128,40,101); }

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