#802364

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

Shades of Dark Purple #802364

Tints of Dark Purple #802364

Color information

#802364 (or 0x802364) is unknown color: approx Dark Purple. HEX triplet: 80, 23 and 64. RGB value is (128,35,100). Sum of RGB (Red+Green+Blue) = 128+35+100=263 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.67% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 100 (39.45% from 255 or 38.02% from 263); Max value from RGB is 128 - color contains mainly: red. Hex color #802364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802364 is #7FDC9B. Grayscale: #464646. Windows color (decimal): -8379548 or 6562688. OLE color: 6562688.

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

Color convert

RGB12835100-
CMYK00.730.220.50
HSL318.06º57.06%31.96%-
HSV(B)318.06º72.66%50.2%-
XYZ11.86.7112.73-
YUV70.22144.81169.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 48.67%
GREEN value IS 35 (14.06% from 255) = 13.31%
BLUE value IS 100 (39.45% from 255) = 38.02%
R=48.67%
G=13.31%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.22
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1283510000.730.220.50318.0657.0631.96
Hex802364049163213e3920
Octal20043144011126624767140
Binary1000000010001111001000100100110110110010100111110111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802364; }

 p { color: rgb(128,35,100); }

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

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

 a { background-color: rgb(128,35,100); }

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

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

 span { border-color: rgb(128,35,100); }

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