#80147A

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

Shades of Dark Purple #80147A

Tints of Dark Purple #80147A

Color information

#80147A (or 0x80147A) is unknown color: approx Dark Purple. HEX triplet: 80, 14 and 7A. RGB value is (128,20,122). Sum of RGB (Red+Green+Blue) = 128+20+122=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 128 - color contains mainly: red. Hex color #80147A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80147A is #7FEB85. Grayscale: #3F3F3F. Windows color (decimal): -8383366 or 8000640. OLE color: 8000640.

HSL color Cylindrical-coordinate representation of color #80147A: hue angle of 303.33º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #80147A is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB12820122-
CMYK00.840.050.50
HSL303.33º72.97%29.02%-
HSV(B)303.33º84.38%50.2%-
XYZ12.676.4919-
YUV63.92160.78173.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.41%
GREEN value IS 20 (8.20% from 255) = 7.41%
BLUE value IS 122 (48.05% from 255) = 45.19%
R=47.41%
G=7.41%
B=45.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1282012200.840.050.50303.3372.9729.02
Hex80147A05453212f491d
Octal20024172012456245711135
Binary1000000010100111101001010100101110010100101111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80147A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80147A; }

 p { color: rgb(128,20,122); }

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

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

 a { background-color: rgb(128,20,122); }

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

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

 span { border-color: rgb(128,20,122); }

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