#802467

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

Shades of Dark Purple #802467

Tints of Dark Purple #802467

Color information

#802467 (or 0x802467) is unknown color: approx Dark Purple. HEX triplet: 80, 24 and 67. RGB value is (128,36,103). Sum of RGB (Red+Green+Blue) = 128+36+103=267 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.94% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 103 (40.62% from 255 or 38.58% from 267); Max value from RGB is 128 - color contains mainly: red. Hex color #802467 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802467 is #7FDB98. Grayscale: #464646. Windows color (decimal): -8379289 or 6759552. OLE color: 6759552.

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

Color convert

RGB12836103-
CMYK00.720.200.50
HSL316.3º56.1%32.16%-
HSV(B)316.3º71.88%50.2%-
XYZ11.986.8313.52-
YUV71.15145.98168.55-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.94%
GREEN value IS 36 (14.45% from 255) = 13.48%
BLUE value IS 103 (40.62% from 255) = 38.58%
R=47.94%
G=13.48%
B=38.58%

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
Decimal1283610300.720.200.50316.356.132.16
Hex802467048143213c3820
Octal20044147011024624747040
Binary1000000010010011001110100100010100110010100111100111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802467; }

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

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

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

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

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

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

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

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