Html Css Color HEX #813C76 Eminence

📋 copy color: '#813C76'

red 129 ◦ green 60 ◦ blue 118

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

Shades of Eminence #813C76

Tints of Eminence #813C76

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.54%

 BLUE value IS 118 (46.48% from 255) = 38.44%

R = 42.02%
G = 19.54%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#813C76 (or 0x813C76) is known color: Eminence. HEX triplet: 81, 3C and 76. RGB value is (129,60,118). Sum of RGB (Red+Green+Blue) = 129+60+118=307 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.02% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 118 (46.48% from 255 or 38.44% from 307); Max value from RGB is 129 - color contains mainly: red. Hex color #813C76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813C76 is #7EC389. Grayscale: #575757. Windows color (decimal): -8307594 or 7748737. OLE color: 7748737.

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

Color convert

RGB 129 60 118 -
CMYK 0 0.53 0.09 0.49
HSL 309.57º 0.37% 0.37% -
HSV(B) 309.57º 0.53% 0.51% -
XYZ 13.94 9.21 18.18 -
YUV 87.24 145.36 157.78 -
System Red Green Blue C M Y K H S L
Decimal 129 60 118 0 0.53 0.09 0.49 309.57 0.37 0.37
Hex 81 3C 76 0 35 9 31 136 25 25
Octal 201 74 166 0 65 11 61 466 45 45
Binary 10000001 111100 1110110 0 110101 1001 110001 100110110 100101 100101

Color Harmonies of #813C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813C76

Black with #813C76

Text Example


Text Example

White with #813C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,60,118); }

 H1.HeaderClassName
 {
   color: #813C76;
 }
 .AnyTagClassName
 {
   color: #813C76;
 }
</style>

background-color css

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

 a { background-color: rgb(129,60,118); }

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

border-color css

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

 span { border-color: rgb(129,60,118); }

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