#800F7A

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

Shades of Purple #800F7A

Tints of Purple #800F7A

Color information

#800F7A (or 0x800F7A) is unknown color: approx Purple. HEX triplet: 80, 0F and 7A. RGB value is (128,15,122). Sum of RGB (Red+Green+Blue) = 128+15+122=265 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.30% from 265); Green value is 15 (6.25% from 255 or 5.66% from 265); Blue value is 122 (48.05% from 255 or 46.04% from 265); Max value from RGB is 128 - color contains mainly: red. Hex color #800F7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800F7A is #7FF085. Grayscale: #3C3C3C. Windows color (decimal): -8384646 or 7999360. OLE color: 7999360.

HSL color Cylindrical-coordinate representation of color #800F7A: hue angle of 303.19º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #800F7A is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB12815122-
CMYK00.880.050.50
HSL303.19º79.02%28.04%-
HSV(B)303.19º88.28%50.2%-
XYZ12.596.3418.97-
YUV60.98162.44175.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 48.30%
GREEN value IS 15 (6.25% from 255) = 5.66%
BLUE value IS 122 (48.05% from 255) = 46.04%
R=48.30%
G=5.66%
B=46.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281512200.880.050.50303.1979.0228.04
Hex80F7A05853212f4f1c
Octal20017172013056245711734
Binary100000001111111101001011000101110010100101111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800F7A; }

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

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

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

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

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

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

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

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