#802286

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

Shades of Dark Purple #802286

Tints of Dark Purple #802286

Color information

#802286 (or 0x802286) is unknown color: approx Dark Purple. HEX triplet: 80, 22 and 86. RGB value is (128,34,134). Sum of RGB (Red+Green+Blue) = 128+34+134=296 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.24% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 134 (52.73% from 255 or 45.27% from 296); Max value from RGB is 134 - color contains mainly: blue. Hex color #802286 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802286 is #7FDD79. Grayscale: #494949. Windows color (decimal): -8379770 or 8790656. OLE color: 8790656.

HSL color Cylindrical-coordinate representation of color #802286: hue angle of 296.4º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #802286 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12834134-
CMYK0.040.7500.47
HSL296.4º59.52%32.94%-
HSV(B)296.4º74.63%52.55%-
XYZ13.787.4523.27-
YUV73.51162.14166.87-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.24%
GREEN value IS 34 (13.67% from 255) = 11.49%
BLUE value IS 134 (52.73% from 255) = 45.27%
R=43.24%
G=11.49%
B=45.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128341340.040.7500.47296.459.5232.94
Hex80228644B02F1283c21
Octal2004220641130574507441
Binary100000001000101000011010010010110101111100101000111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802286; }

 p { color: rgb(128,34,134); }

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

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

 a { background-color: rgb(128,34,134); }

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

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

 span { border-color: rgb(128,34,134); }

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