Html Css Color HEX #824077 Eminence

📋 copy color: '#824077'

red 130 ◦ green 64 ◦ blue 119

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

Shades of Eminence #824077

Tints of Eminence #824077

RGB

 RED value IS 130 (51.17% from 255) = 41.53%

 GREEN value IS 64 (25.39% from 255) = 20.45%

 BLUE value IS 119 (46.88% from 255) = 38.02%

R = 41.53%
G = 20.45%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#824077 (or 0x824077) is known color: Eminence. HEX triplet: 82, 40 and 77. RGB value is (130,64,119). Sum of RGB (Red+Green+Blue) = 130+64+119=313 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.53% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 130 - color contains mainly: red. Hex color #824077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824077 is #7DBF88. Grayscale: #595959. Windows color (decimal): -8241033 or 7815298. OLE color: 7815298.

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

Color convert

RGB 130 64 119 -
CMYK 0 0.51 0.08 0.49
HSL 310º 0.34% 0.38% -
HSV(B) 310º 0.51% 0.51% -
XYZ 14.37 9.74 18.58 -
YUV 90 144.37 156.53 -
System Red Green Blue C M Y K H S L
Decimal 130 64 119 0 0.51 0.08 0.49 310 0.34 0.38
Hex 82 40 77 0 33 8 31 136 22 26
Octal 202 100 167 0 63 10 61 466 42 46
Binary 10000010 1000000 1110111 0 110011 1000 110001 100110110 100010 100110

Color Harmonies of #824077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824077

Black with #824077

Text Example


Text Example

White with #824077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824077; }

 p { color: rgb(130,64,119); }

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

background-color css

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

 a { background-color: rgb(130,64,119); }

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

border-color css

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

 span { border-color: rgb(130,64,119); }

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