#813A6C

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

Shades of Dark Purple #813A6C

Tints of Dark Purple #813A6C

Color information

#813A6C (or 0x813A6C) is unknown color: approx Dark Purple. HEX triplet: 81, 3A and 6C. RGB value is (129,58,108). Sum of RGB (Red+Green+Blue) = 129+58+108=295 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.73% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 129 - color contains mainly: red. Hex color #813A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813A6C is #7EC593. Grayscale: #545454. Windows color (decimal): -8308116 or 7092865. OLE color: 7092865.

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

Color convert

RGB12958108-
CMYK00.550.160.49
HSL317.75º37.97%36.67%-
HSV(B)317.75º55.04%50.59%-
XYZ13.278.7815.18-
YUV84.93141.02159.43-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.73%
GREEN value IS 58 (23.05% from 255) = 19.66%
BLUE value IS 108 (42.58% from 255) = 36.61%
R=43.73%
G=19.66%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295810800.550.160.49317.7537.9736.67
Hex813A6C037103113e2625
Octal2017215406720614764645
Binary100000011110101101100011011110000110001100111110100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,58,108); }

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

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

 a { background-color: rgb(129,58,108); }

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

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

 span { border-color: rgb(129,58,108); }

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