Html Css Color HEX #77327D Eminence

📋 copy color: '#77327D'

red 119 ◦ green 50 ◦ blue 125

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

Shades of Eminence #77327D

Tints of Eminence #77327D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.01%

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

R = 40.48%
G = 17.01%
B = 42.52%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#77327D (or 0x77327D) is known color: Eminence. HEX triplet: 77, 32 and 7D. RGB value is (119,50,125). Sum of RGB (Red+Green+Blue) = 119+50+125=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 125 (49.22% from 255 or 42.52% from 294); Max value from RGB is 125 - color contains mainly: blue. Hex color #77327D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77327D is #88CD82. Grayscale: #4E4E4E. Windows color (decimal): -8965507 or 8204919. OLE color: 8204919.

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

Color convert

RGB 119 50 125 -
CMYK 0.05 0.60 0 0.51
HSL 295.2º 0.43% 0.34% -
HSV(B) 295.2º 0.6% 0.49% -
XYZ 12.45 7.68 20.23 -
YUV 79.18 153.86 156.4 -
System Red Green Blue C M Y K H S L
Decimal 119 50 125 0.05 0.60 0 0.51 295.2 0.43 0.34
Hex 77 32 7D 5 3C 0 33 127 2B 22
Octal 167 62 175 5 74 0 63 447 53 42
Binary 1110111 110010 1111101 101 111100 0 110011 100100111 101011 100010

Color Harmonies of #77327D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77327D

Black with #77327D

Text Example


Text Example

White with #77327D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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