#812469

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

Shades of Dark Purple #812469

Tints of Dark Purple #812469

Color information

#812469 (or 0x812469) is unknown color: approx Dark Purple. HEX triplet: 81, 24 and 69. RGB value is (129,36,105). Sum of RGB (Red+Green+Blue) = 129+36+105=270 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.78% from 270); Green value is 36 (14.45% from 255 or 13.33% from 270); Blue value is 105 (41.41% from 255 or 38.89% from 270); Max value from RGB is 129 - color contains mainly: red. Hex color #812469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812469 is #7EDB96. Grayscale: #474747. Windows color (decimal): -8313751 or 6890625. OLE color: 6890625.

HSL color Cylindrical-coordinate representation of color #812469: hue angle of 315.48º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #812469 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB12936105-
CMYK00.720.190.49
HSL315.48º56.36%32.35%-
HSV(B)315.48º72.09%50.59%-
XYZ12.236.9514.06-
YUV71.67146.81168.89-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.78%
GREEN value IS 36 (14.45% from 255) = 13.33%
BLUE value IS 105 (41.41% from 255) = 38.89%
R=47.78%
G=13.33%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1293610500.720.190.49315.4856.3632.35
Hex812469048133113b3820
Octal20144151011023614737040
Binary1000000110010011010010100100010011110001100111011111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812469; }

 p { color: rgb(129,36,105); }

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

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

 a { background-color: rgb(129,36,105); }

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

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

 span { border-color: rgb(129,36,105); }

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