#802C7B

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

Shades of Dark Purple #802C7B

Tints of Dark Purple #802C7B

Color information

#802C7B (or 0x802C7B) is unknown color: approx Dark Purple. HEX triplet: 80, 2C and 7B. RGB value is (128,44,123). Sum of RGB (Red+Green+Blue) = 128+44+123=295 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.39% from 295); Green value is 44 (17.58% from 255 or 14.92% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 128 - color contains mainly: red. Hex color #802C7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802C7B is #7FD384. Grayscale: #4D4D4D. Windows color (decimal): -8377221 or 8072320. OLE color: 8072320.

HSL color Cylindrical-coordinate representation of color #802C7B: hue angle of 303.57º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #802C7B is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB12844123-
CMYK00.660.040.50
HSL303.57º48.84%33.73%-
HSV(B)303.57º65.62%50.2%-
XYZ13.387.8219.54-
YUV78.12153.33163.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.39%
GREEN value IS 44 (17.58% from 255) = 14.92%
BLUE value IS 123 (48.44% from 255) = 41.69%
R=43.39%
G=14.92%
B=41.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1284412300.660.040.50303.5748.8433.73
Hex802C7B0424321303122
Octal2005417301024624606142
Binary10000000101100111101101000010100110010100110000110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802C7B; }

 p { color: rgb(128,44,123); }

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

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

 a { background-color: rgb(128,44,123); }

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

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

 span { border-color: rgb(128,44,123); }

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