Html Css Color HEX #81377D Eminence

📋 copy color: '#81377D'

red 129 ◦ green 55 ◦ blue 125

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

Shades of Eminence #81377D

Tints of Eminence #81377D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.45%

R = 41.75%
G = 17.8%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#81377D (or 0x81377D) is known color: Eminence. HEX triplet: 81, 37 and 7D. RGB value is (129,55,125). Sum of RGB (Red+Green+Blue) = 129+55+125=309 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.75% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 129 - color contains mainly: red. Hex color #81377D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81377D is #7EC882. Grayscale: #545454. Windows color (decimal): -8308867 or 8206209. OLE color: 8206209.

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

Color convert

RGB 129 55 125 -
CMYK 0 0.57 0.03 0.49
HSL 303.24º 0.4% 0.36% -
HSV(B) 303.24º 0.57% 0.51% -
XYZ 14.12 8.88 20.37 -
YUV 85.11 150.52 159.31 -
System Red Green Blue C M Y K H S L
Decimal 129 55 125 0 0.57 0.03 0.49 303.24 0.4 0.36
Hex 81 37 7D 0 39 3 31 12F 28 24
Octal 201 67 175 0 71 3 61 457 50 44
Binary 10000001 110111 1111101 0 111001 11 110001 100101111 101000 100100

Color Harmonies of #81377D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81377D

Black with #81377D

Text Example


Text Example

White with #81377D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81377D; }

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

 H1.HeaderClassName
 {
   color: #81377D;
 }
 .AnyTagClassName
 {
   color: #81377D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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