#81376B

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

Shades of Dark Purple #81376B

Tints of Dark Purple #81376B

Color information

#81376B (or 0x81376B) is unknown color: approx Dark Purple. HEX triplet: 81, 37 and 6B. RGB value is (129,55,107). Sum of RGB (Red+Green+Blue) = 129+55+107=291 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.33% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 129 - color contains mainly: red. Hex color #81376B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81376B is #7EC894. Grayscale: #525252. Windows color (decimal): -8308885 or 7026561. OLE color: 7026561.

HSL color Cylindrical-coordinate representation of color #81376B: hue angle of 317.84º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #81376B is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB12955107-
CMYK00.570.170.49
HSL317.84º40.22%36.08%-
HSV(B)317.84º57.36%50.59%-
XYZ13.078.4614.85-
YUV83.05141.52160.77-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.33%
GREEN value IS 55 (21.88% from 255) = 18.90%
BLUE value IS 107 (42.19% from 255) = 36.77%
R=44.33%
G=18.90%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295510700.570.170.49317.8440.2236.08
Hex81376B039113113e2824
Octal2016715307121614765044
Binary100000011101111101011011100110001110001100111110101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81376B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81376B; }

 p { color: rgb(129,55,107); }

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

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

 a { background-color: rgb(129,55,107); }

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

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

 span { border-color: rgb(129,55,107); }

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