#802466

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

Shades of Dark Purple #802466

Tints of Dark Purple #802466

Color information

#802466 (or 0x802466) is unknown color: approx Dark Purple. HEX triplet: 80, 24 and 66. RGB value is (128,36,102). Sum of RGB (Red+Green+Blue) = 128+36+102=266 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.12% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 102 (40.23% from 255 or 38.35% from 266); Max value from RGB is 128 - color contains mainly: red. Hex color #802466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802466 is #7FDB99. Grayscale: #464646. Windows color (decimal): -8379290 or 6694016. OLE color: 6694016.

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

Color convert

RGB12836102-
CMYK00.720.200.50
HSL316.96º56.1%32.16%-
HSV(B)316.96º71.88%50.2%-
XYZ11.936.8113.26-
YUV71.03145.48168.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 48.12%
GREEN value IS 36 (14.45% from 255) = 13.53%
BLUE value IS 102 (40.23% from 255) = 38.35%
R=48.12%
G=13.53%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1283610200.720.200.50316.9656.132.16
Hex802466048143213d3820
Octal20044146011024624757040
Binary1000000010010011001100100100010100110010100111101111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802466; }

 p { color: rgb(128,36,102); }

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

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

 a { background-color: rgb(128,36,102); }

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

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

 span { border-color: rgb(128,36,102); }

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