Html Css Color HEX #783A77 Eminence

📋 copy color: '#783A77'

red 120 ◦ green 58 ◦ blue 119

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

Shades of Eminence #783A77

Tints of Eminence #783A77

RGB

 RED value IS 120 (47.27% from 255) = 40.4%

 GREEN value IS 58 (23.05% from 255) = 19.53%

 BLUE value IS 119 (46.88% from 255) = 40.07%

R = 40.4%
G = 19.53%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#783A77 (or 0x783A77) is known color: Eminence. HEX triplet: 78, 3A and 77. RGB value is (120,58,119). Sum of RGB (Red+Green+Blue) = 120+58+119=297 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.40% from 297); Green value is 58 (23.05% from 255 or 19.53% from 297); Blue value is 119 (46.88% from 255 or 40.07% from 297); Max value from RGB is 120 - color contains mainly: red. Hex color #783A77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783A77 is #87C588. Grayscale: #535353. Windows color (decimal): -8897929 or 7813752. OLE color: 7813752.

HSL color Cylindrical-coordinate representation of color #783A77: hue angle of 300.97º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #783A77 is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 58 119 -
CMYK 0 0.52 0.01 0.53
HSL 300.97º 0.35% 0.35% -
HSV(B) 300.97º 0.52% 0.47% -
XYZ 12.59 8.35 18.4 -
YUV 83.49 148.04 154.04 -
System Red Green Blue C M Y K H S L
Decimal 120 58 119 0 0.52 0.01 0.53 300.97 0.35 0.35
Hex 78 3A 77 0 34 1 35 12D 23 23
Octal 170 72 167 0 64 1 65 455 43 43
Binary 1111000 111010 1110111 0 110100 1 110101 100101101 100011 100011

Color Harmonies of #783A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783A77

Black with #783A77

Text Example


Text Example

White with #783A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783A77; }

 p { color: rgb(120,58,119); }

 H1.HeaderClassName
 {
   color: #783A77;
 }
 .AnyTagClassName
 {
   color: #783A77;
 }
</style>

background-color css

<style>
 a { background-color: #783A77; }

 a { background-color: rgb(120,58,119); }

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

border-color css

<style>
 span { border-color: #783A77; }

 span { border-color: rgb(120,58,119); }

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