Html Css Color HEX #824079 Eminence

📋 copy color: '#824079'

red 130 ◦ green 64 ◦ blue 121

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

Shades of Eminence #824079

Tints of Eminence #824079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 38.41%

R = 41.27%
G = 20.32%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#824079 (or 0x824079) is known color: Eminence. HEX triplet: 82, 40 and 79. RGB value is (130,64,121). Sum of RGB (Red+Green+Blue) = 130+64+121=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 121 (47.66% from 255 or 38.41% from 315); Max value from RGB is 130 - color contains mainly: red. Hex color #824079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824079 is #7DBF86. Grayscale: #5A5A5A. Windows color (decimal): -8241031 or 7946370. OLE color: 7946370.

HSL color Cylindrical-coordinate representation of color #824079: hue angle of 308.18º 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 #824079 is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 64 121 -
CMYK 0 0.51 0.07 0.49
HSL 308.18º 0.34% 0.38% -
HSV(B) 308.18º 0.51% 0.51% -
XYZ 14.49 9.79 19.22 -
YUV 90.23 145.37 156.37 -
System Red Green Blue C M Y K H S L
Decimal 130 64 121 0 0.51 0.07 0.49 308.18 0.34 0.38
Hex 82 40 79 0 33 7 31 134 22 26
Octal 202 100 171 0 63 7 61 464 42 46
Binary 10000010 1000000 1111001 0 110011 111 110001 100110100 100010 100110

Color Harmonies of #824079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824079

Black with #824079

Text Example


Text Example

White with #824079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824079; }

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

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

background-color css

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

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

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

border-color css

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

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

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