#802461

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

Shades of Dark Purple #802461

Tints of Dark Purple #802461

Color information

#802461 (or 0x802461) is unknown color: approx Dark Purple. HEX triplet: 80, 24 and 61. RGB value is (128,36,97). Sum of RGB (Red+Green+Blue) = 128+36+97=261 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.04% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 97 (38.28% from 255 or 37.16% from 261); Max value from RGB is 128 - color contains mainly: red. Hex color #802461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802461 is #7FDB9E. Grayscale: #464646. Windows color (decimal): -8379295 or 6366336. OLE color: 6366336.

HSL color Cylindrical-coordinate representation of color #802461: hue angle of 320.22º 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 #802461 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB1283697-
CMYK00.720.240.50
HSL320.22º56.1%32.16%-
HSV(B)320.22º71.88%50.2%-
XYZ11.696.7111.99-
YUV70.46142.98169.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.04%
GREEN value IS 36 (14.45% from 255) = 13.79%
BLUE value IS 97 (38.28% from 255) = 37.16%
R=49.04%
G=13.79%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128369700.720.240.50320.2256.132.16
Hex80246104818321403820
Octal20044141011030625007040
Binary1000000010010011000010100100011000110010101000000111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802461; }

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

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

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

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

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

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

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

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