#813469

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

Shades of Dark Purple #813469

Tints of Dark Purple #813469

Color information

#813469 (or 0x813469) is unknown color: approx Dark Purple. HEX triplet: 81, 34 and 69. RGB value is (129,52,105). Sum of RGB (Red+Green+Blue) = 129+52+105=286 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.10% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 105 (41.41% from 255 or 36.71% from 286); Max value from RGB is 129 - color contains mainly: red. Hex color #813469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813469 is #7ECB96. Grayscale: #505050. Windows color (decimal): -8309655 or 6894721. OLE color: 6894721.

HSL color Cylindrical-coordinate representation of color #813469: hue angle of 318.7º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #813469 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB12952105-
CMYK00.600.190.49
HSL318.7º42.54%35.49%-
HSV(B)318.7º59.69%50.59%-
XYZ12.838.1414.26-
YUV81.06141.51162.19-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.10%
GREEN value IS 52 (20.70% from 255) = 18.18%
BLUE value IS 105 (41.41% from 255) = 36.71%
R=45.10%
G=18.18%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295210500.600.190.49318.742.5435.49
Hex81346903C133113f2b23
Octal2016415107423614775343
Binary100000011101001101001011110010011110001100111111101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813469; }

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

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

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

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

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

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

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

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