#802370

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

Shades of Dark Purple #802370

Tints of Dark Purple #802370

Color information

#802370 (or 0x802370) is unknown color: approx Dark Purple. HEX triplet: 80, 23 and 70. RGB value is (128,35,112). Sum of RGB (Red+Green+Blue) = 128+35+112=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 112 (44.14% from 255 or 40.73% from 275); Max value from RGB is 128 - color contains mainly: red. Hex color #802370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802370 is #7FDC8F. Grayscale: #474747. Windows color (decimal): -8379536 or 7349120. OLE color: 7349120.

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

Color convert

RGB12835112-
CMYK00.730.120.50
HSL310.32º57.06%31.96%-
HSV(B)310.32º72.66%50.2%-
XYZ12.436.9616.02-
YUV71.58150.81168.24-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.55%
GREEN value IS 35 (14.06% from 255) = 12.73%
BLUE value IS 112 (44.14% from 255) = 40.73%
R=46.55%
G=12.73%
B=40.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1283511200.730.120.50310.3257.0631.96
Hex802370049C321363920
Octal20043160011114624667140
Binary100000001000111110000010010011100110010100110110111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802370; }

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

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

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

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

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

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

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

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