Html Css Color HEX #77397F Eminence

📋 copy color: '#77397F'

red 119 ◦ green 57 ◦ blue 127

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

Shades of Eminence #77397F

Tints of Eminence #77397F

RGB

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

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

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

R = 39.27%
G = 18.81%
B = 41.91%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#77397F (or 0x77397F) is known color: Eminence. HEX triplet: 77, 39 and 7F. RGB value is (119,57,127). Sum of RGB (Red+Green+Blue) = 119+57+127=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 57 (22.66% from 255 or 18.81% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 127 - color contains mainly: blue. Hex color #77397F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77397F is #88C680. Grayscale: #535353. Windows color (decimal): -8963713 or 8337783. OLE color: 8337783.

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

Color convert

RGB 119 57 127 -
CMYK 0.06 0.55 0 0.50
HSL 293.14º 0.38% 0.36% -
HSV(B) 293.14º 0.55% 0.5% -
XYZ 12.9 8.38 21.02 -
YUV 83.52 152.54 153.31 -
System Red Green Blue C M Y K H S L
Decimal 119 57 127 0.06 0.55 0 0.50 293.14 0.38 0.36
Hex 77 39 7F 6 37 0 32 125 26 24
Octal 167 71 177 6 67 0 62 445 46 44
Binary 1110111 111001 1111111 110 110111 0 110010 100100101 100110 100100

Color Harmonies of #77397F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77397F

Black with #77397F

Text Example


Text Example

White with #77397F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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