#813B6D

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

Shades of Dark Purple #813B6D

Tints of Dark Purple #813B6D

Color information

#813B6D (or 0x813B6D) is unknown color: approx Dark Purple. HEX triplet: 81, 3B and 6D. RGB value is (129,59,109). Sum of RGB (Red+Green+Blue) = 129+59+109=297 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.43% from 297); Green value is 59 (23.44% from 255 or 19.87% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 129 - color contains mainly: red. Hex color #813B6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813B6D is #7EC492. Grayscale: #555555. Windows color (decimal): -8307859 or 7158657. OLE color: 7158657.

HSL color Cylindrical-coordinate representation of color #813B6D: hue angle of 317.14º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #813B6D is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB12959109-
CMYK00.540.160.49
HSL317.14º37.23%36.86%-
HSV(B)317.14º54.26%50.59%-
XYZ13.388.915.48-
YUV85.63141.19158.93-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.43%
GREEN value IS 59 (23.44% from 255) = 19.87%
BLUE value IS 109 (42.97% from 255) = 36.70%
R=43.43%
G=19.87%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295910900.540.160.49317.1437.2336.86
Hex813B6D036103113d2525
Octal2017315506620614754545
Binary100000011110111101101011011010000110001100111101100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813B6D; }

 p { color: rgb(129,59,109); }

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

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

 a { background-color: rgb(129,59,109); }

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

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

 span { border-color: rgb(129,59,109); }

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