Html Css Color HEX #77417C Eminence

📋 copy color: '#77417C'

red 119 ◦ green 65 ◦ blue 124

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

Shades of Eminence #77417C

Tints of Eminence #77417C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.1%

 BLUE value IS 124 (48.83% from 255) = 40.26%

R = 38.64%
G = 21.1%
B = 40.26%

CMYK

 C value IS 0.04

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#77417C (or 0x77417C) is known color: Eminence. HEX triplet: 77, 41 and 7C. RGB value is (119,65,124). Sum of RGB (Red+Green+Blue) = 119+65+124=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 124 - color contains mainly: blue. Hex color #77417C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77417C is #88BE83. Grayscale: #575757. Windows color (decimal): -8961668 or 8143223. OLE color: 8143223.

HSL color Cylindrical-coordinate representation of color #77417C: hue angle of 294.92º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77417C is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 65 124 -
CMYK 0.04 0.48 0 0.51
HSL 294.92º 0.31% 0.37% -
HSV(B) 294.92º 0.48% 0.49% -
XYZ 13.14 9.16 20.14 -
YUV 87.87 148.39 150.2 -
System Red Green Blue C M Y K H S L
Decimal 119 65 124 0.04 0.48 0 0.51 294.92 0.31 0.37
Hex 77 41 7C 4 30 0 33 127 1F 25
Octal 167 101 174 4 60 0 63 447 37 45
Binary 1110111 1000001 1111100 100 110000 0 110011 100100111 11111 100101

Color Harmonies of #77417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77417C

Black with #77417C

Text Example


Text Example

White with #77417C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77417C; }

 p { color: rgb(119,65,124); }

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

background-color css

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

 a { background-color: rgb(119,65,124); }

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

border-color css

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

 span { border-color: rgb(119,65,124); }

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