Html Css Color HEX #77317D Eminence

📋 copy color: '#77317D'

red 119 ◦ green 49 ◦ blue 125

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

Shades of Eminence #77317D

Tints of Eminence #77317D

RGB

 RED value IS 119 (46.88% from 255) = 40.61%

 GREEN value IS 49 (19.53% from 255) = 16.72%

 BLUE value IS 125 (49.22% from 255) = 42.66%

R = 40.61%
G = 16.72%
B = 42.66%

CMYK

 C value IS 0.05

 M value IS 0.61

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#77317D (or 0x77317D) is known color: Eminence. HEX triplet: 77, 31 and 7D. RGB value is (119,49,125). Sum of RGB (Red+Green+Blue) = 119+49+125=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 49 (19.53% from 255 or 16.72% from 293); Blue value is 125 (49.22% from 255 or 42.66% from 293); Max value from RGB is 125 - color contains mainly: blue. Hex color #77317D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77317D is #88CE82. Grayscale: #4E4E4E. Windows color (decimal): -8965763 or 8204663. OLE color: 8204663.

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

Color convert

RGB 119 49 125 -
CMYK 0.05 0.61 0 0.51
HSL 295.26º 0.44% 0.34% -
HSV(B) 295.26º 0.61% 0.49% -
XYZ 12.41 7.6 20.21 -
YUV 78.59 154.19 156.82 -
System Red Green Blue C M Y K H S L
Decimal 119 49 125 0.05 0.61 0 0.51 295.26 0.44 0.34
Hex 77 31 7D 5 3D 0 33 127 2C 22
Octal 167 61 175 5 75 0 63 447 54 42
Binary 1110111 110001 1111101 101 111101 0 110011 100100111 101100 100010

Color Harmonies of #77317D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77317D

Black with #77317D

Text Example


Text Example

White with #77317D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77317D; }

 p { color: rgb(119,49,125); }

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

background-color css

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

 a { background-color: rgb(119,49,125); }

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

border-color css

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

 span { border-color: rgb(119,49,125); }

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