Html Css Color HEX #824174 Eminence

📋 copy color: '#824174'

red 130 ◦ green 65 ◦ blue 116

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

Shades of Eminence #824174

Tints of Eminence #824174

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.9%

 BLUE value IS 116 (45.7% from 255) = 37.3%

R = 41.8%
G = 20.9%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#824174 (or 0x824174) is known color: Eminence. HEX triplet: 82, 41 and 74. RGB value is (130,65,116). Sum of RGB (Red+Green+Blue) = 130+65+116=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 130 - color contains mainly: red. Hex color #824174 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824174 is #7DBE8B. Grayscale: #5A5A5A. Windows color (decimal): -8240780 or 7618946. OLE color: 7618946.

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

Color convert

RGB 130 65 116 -
CMYK 0 0.50 0.11 0.49
HSL 312.92º 0.33% 0.38% -
HSV(B) 312.92º 0.5% 0.51% -
XYZ 14.25 9.79 17.66 -
YUV 90.25 142.53 156.35 -
System Red Green Blue C M Y K H S L
Decimal 130 65 116 0 0.50 0.11 0.49 312.92 0.33 0.38
Hex 82 41 74 0 32 B 31 139 21 26
Octal 202 101 164 0 62 13 61 471 41 46
Binary 10000010 1000001 1110100 0 110010 1011 110001 100111001 100001 100110

Color Harmonies of #824174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824174

Black with #824174

Text Example


Text Example

White with #824174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824174; }

 p { color: rgb(130,65,116); }

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

background-color css

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

 a { background-color: rgb(130,65,116); }

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

border-color css

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

 span { border-color: rgb(130,65,116); }

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