#800069

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

Shades of Purple #800069

Tints of Purple #800069

Color information

#800069 (or 0x800069) is unknown color: approx Purple. HEX triplet: 80, 00 and 69. RGB value is (128,0,105). Sum of RGB (Red+Green+Blue) = 128+0+105=233 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.94% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 128 - color contains mainly: red. Hex color #800069 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800069 is #7FFF96. Grayscale: #313131. Windows color (decimal): -8388503 or 6881408. OLE color: 6881408.

HSL color Cylindrical-coordinate representation of color #800069: hue angle of 310.78º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #800069 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.50.

Color convert

RGB1280105-
CMYK010.180.50
HSL310.78º100%25.1%-
HSV(B)310.78º100%50.2%-
XYZ11.455.6113.84-
YUV50.24158.91183.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 54.94%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 105 (41.41% from 255) = 45.06%
R=54.94%
G=0%
B=45.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.18
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1280105010.180.50310.7810025.1
Hex8006906412321376419
Octal20001510144226246714431
Binary10000000011010010110010010010110010100110111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800069; }

 p { color: rgb(128,0,105); }

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

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

 a { background-color: rgb(128,0,105); }

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

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

 span { border-color: rgb(128,0,105); }

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