Html Css Color HEX #783C74 Eminence

📋 copy color: '#783C74'

red 120 ◦ green 60 ◦ blue 116

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

Shades of Eminence #783C74

Tints of Eminence #783C74

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.27%

 BLUE value IS 116 (45.7% from 255) = 39.19%

R = 40.54%
G = 20.27%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#783C74 (or 0x783C74) is known color: Eminence. HEX triplet: 78, 3C and 74. RGB value is (120,60,116). Sum of RGB (Red+Green+Blue) = 120+60+116=296 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.54% from 296); Green value is 60 (23.83% from 255 or 20.27% from 296); Blue value is 116 (45.70% from 255 or 39.19% from 296); Max value from RGB is 120 - color contains mainly: red. Hex color #783C74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783C74 is #87C38B. Grayscale: #545454. Windows color (decimal): -8897420 or 7617656. OLE color: 7617656.

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

Color convert

RGB 120 60 116 -
CMYK 0 0.5 0.03 0.53
HSL 304º 0.33% 0.35% -
HSV(B) 304º 0.5% 0.47% -
XYZ 12.51 8.49 17.5 -
YUV 84.32 145.88 153.45 -
System Red Green Blue C M Y K H S L
Decimal 120 60 116 0 0.5 0.03 0.53 304 0.33 0.35
Hex 78 3C 74 0 32 3 35 130 21 23
Octal 170 74 164 0 62 3 65 460 41 43
Binary 1111000 111100 1110100 0 110010 11 110101 100110000 100001 100011

Color Harmonies of #783C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783C74

Black with #783C74

Text Example


Text Example

White with #783C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,60,116); }

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

background-color css

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

 a { background-color: rgb(120,60,116); }

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

border-color css

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

 span { border-color: rgb(120,60,116); }

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