Html Css Color HEX #77277F Eminence

📋 copy color: '#77277F'

red 119 ◦ green 39 ◦ blue 127

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

Shades of Eminence #77277F

Tints of Eminence #77277F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.68%

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

R = 41.75%
G = 13.68%
B = 44.56%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#77277F (or 0x77277F) is known color: Eminence. HEX triplet: 77, 27 and 7F. RGB value is (119,39,127). Sum of RGB (Red+Green+Blue) = 119+39+127=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 39 (15.62% from 255 or 13.68% from 285); Blue value is 127 (50% from 255 or 44.56% from 285); Max value from RGB is 127 - color contains mainly: blue. Hex color #77277F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77277F is #88D880. Grayscale: #484848. Windows color (decimal): -8968321 or 8333175. OLE color: 8333175.

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

Color convert

RGB 119 39 127 -
CMYK 0.06 0.69 0 0.50
HSL 294.55º 0.53% 0.33% -
HSV(B) 294.55º 0.69% 0.5% -
XYZ 12.16 6.91 20.77 -
YUV 72.95 158.5 160.84 -
System Red Green Blue C M Y K H S L
Decimal 119 39 127 0.06 0.69 0 0.50 294.55 0.53 0.33
Hex 77 27 7F 6 45 0 32 127 35 21
Octal 167 47 177 6 105 0 62 447 65 41
Binary 1110111 100111 1111111 110 1000101 0 110010 100100111 110101 100001

Color Harmonies of #77277F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77277F

Black with #77277F

Text Example


Text Example

White with #77277F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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