Html Css Color HEX #813979 Eminence

📋 copy color: '#813979'

red 129 ◦ green 57 ◦ blue 121

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

Shades of Eminence #813979

Tints of Eminence #813979

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.57%

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

R = 42.02%
G = 18.57%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#813979 (or 0x813979) is known color: Eminence. HEX triplet: 81, 39 and 79. RGB value is (129,57,121). Sum of RGB (Red+Green+Blue) = 129+57+121=307 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.02% from 307); Green value is 57 (22.66% from 255 or 18.57% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 129 - color contains mainly: red. Hex color #813979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813979 is #7EC686. Grayscale: #555555. Windows color (decimal): -8308359 or 7944577. OLE color: 7944577.

HSL color Cylindrical-coordinate representation of color #813979: hue angle of 306.67º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #813979 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 57 121 -
CMYK 0 0.56 0.06 0.49
HSL 306.67º 0.39% 0.36% -
HSV(B) 306.67º 0.56% 0.51% -
XYZ 13.97 8.97 19.09 -
YUV 85.82 147.85 158.8 -
System Red Green Blue C M Y K H S L
Decimal 129 57 121 0 0.56 0.06 0.49 306.67 0.39 0.36
Hex 81 39 79 0 38 6 31 133 27 24
Octal 201 71 171 0 70 6 61 463 47 44
Binary 10000001 111001 1111001 0 111000 110 110001 100110011 100111 100100

Color Harmonies of #813979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813979

Black with #813979

Text Example


Text Example

White with #813979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813979; }

 p { color: rgb(129,57,121); }

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

background-color css

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

 a { background-color: rgb(129,57,121); }

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

border-color css

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

 span { border-color: rgb(129,57,121); }

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