Html Css Color HEX #77377F Eminence

📋 copy color: '#77377F'

red 119 ◦ green 55 ◦ blue 127

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

Shades of Eminence #77377F

Tints of Eminence #77377F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.27%

 BLUE value IS 127 (50% from 255) = 42.19%

R = 39.53%
G = 18.27%
B = 42.19%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#77377F (or 0x77377F) is known color: Eminence. HEX triplet: 77, 37 and 7F. RGB value is (119,55,127). Sum of RGB (Red+Green+Blue) = 119+55+127=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 127 (50% from 255 or 42.19% from 301); Max value from RGB is 127 - color contains mainly: blue. Hex color #77377F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77377F is #88C880. Grayscale: #525252. Windows color (decimal): -8964225 or 8337271. OLE color: 8337271.

HSL color Cylindrical-coordinate representation of color #77377F: hue angle of 293.33º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #77377F is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 119 55 127 -
CMYK 0.06 0.57 0 0.50
HSL 293.33º 0.4% 0.36% -
HSV(B) 293.33º 0.57% 0.5% -
XYZ 12.8 8.19 20.98 -
YUV 82.34 153.2 154.15 -
System Red Green Blue C M Y K H S L
Decimal 119 55 127 0.06 0.57 0 0.50 293.33 0.4 0.36
Hex 77 37 7F 6 39 0 32 125 28 24
Octal 167 67 177 6 71 0 62 445 50 44
Binary 1110111 110111 1111111 110 111001 0 110010 100100101 101000 100100

Color Harmonies of #77377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77377F

Black with #77377F

Text Example


Text Example

White with #77377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77377F; }

 p { color: rgb(119,55,127); }

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

background-color css

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

 a { background-color: rgb(119,55,127); }

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

border-color css

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

 span { border-color: rgb(119,55,127); }

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