Html Css Color HEX #81376C Dark Purple

📋 copy color: '#81376C'

red 129 ◦ green 55 ◦ blue 108

#81376C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #81376C

Tints of Dark Purple #81376C

RGB

 RED value IS 129 (50.78% from 255) = 44.18%

 GREEN value IS 55 (21.88% from 255) = 18.84%

 BLUE value IS 108 (42.58% from 255) = 36.99%

R = 44.18%
G = 18.84%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#81376C (or 0x81376C) is known color: Dark Purple. HEX triplet: 81, 37 and 6C. RGB value is (129,55,108). Sum of RGB (Red+Green+Blue) = 129+55+108=292 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.18% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 129 - color contains mainly: red. Hex color #81376C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81376C is #7EC893. Grayscale: #535353. Windows color (decimal): -8308884 or 7092097. OLE color: 7092097.

HSL color Cylindrical-coordinate representation of color #81376C: hue angle of 317.03º 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 #81376C is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 55 108 -
CMYK 0 0.57 0.16 0.49
HSL 317.03º 0.4% 0.36% -
HSV(B) 317.03º 0.57% 0.51% -
XYZ 13.13 8.48 15.13 -
YUV 83.17 142.02 160.69 -
System Red Green Blue C M Y K H S L
Decimal 129 55 108 0 0.57 0.16 0.49 317.03 0.4 0.36
Hex 81 37 6C 0 39 10 31 13D 28 24
Octal 201 67 154 0 71 20 61 475 50 44
Binary 10000001 110111 1101100 0 111001 10000 110001 100111101 101000 100100

Color Harmonies of #81376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81376C

Black with #81376C

Text Example


Text Example

White with #81376C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #81376C;
 }
 .AnyTagClassName
 {
   color: #81376C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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