#802B6C

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

Shades of Dark Purple #802B6C

Tints of Dark Purple #802B6C

Color information

#802B6C (or 0x802B6C) is unknown color: approx Dark Purple. HEX triplet: 80, 2B and 6C. RGB value is (128,43,108). Sum of RGB (Red+Green+Blue) = 128+43+108=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 43 (17.19% from 255 or 15.41% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 128 - color contains mainly: red. Hex color #802B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802B6C is #7FD493. Grayscale: #4B4B4B. Windows color (decimal): -8377492 or 7089024. OLE color: 7089024.

HSL color Cylindrical-coordinate representation of color #802B6C: hue angle of 314.12º degrees, saturation: 0.5, 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 #802B6C is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB12843108-
CMYK00.660.160.50
HSL314.12º49.71%33.53%-
HSV(B)314.12º66.41%50.2%-
XYZ12.477.414.96-
YUV75.82146.16165.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.88%
GREEN value IS 43 (17.19% from 255) = 15.41%
BLUE value IS 108 (42.58% from 255) = 38.71%
R=45.88%
G=15.41%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1284310800.660.160.50314.1249.7133.53
Hex802B6C042103213a3222
Octal20053154010220624726242
Binary1000000010101111011000100001010000110010100111010110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,43,108); }

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

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

 a { background-color: rgb(128,43,108); }

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

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

 span { border-color: rgb(128,43,108); }

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