Html Css Color HEX #783D74 Eminence

📋 copy color: '#783D74'

red 120 ◦ green 61 ◦ blue 116

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

Shades of Eminence #783D74

Tints of Eminence #783D74

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.54%

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

R = 40.4%
G = 20.54%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#783D74 (or 0x783D74) is known color: Eminence. HEX triplet: 78, 3D and 74. RGB value is (120,61,116). Sum of RGB (Red+Green+Blue) = 120+61+116=297 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.40% from 297); Green value is 61 (24.22% from 255 or 20.54% from 297); Blue value is 116 (45.70% from 255 or 39.06% from 297); Max value from RGB is 120 - color contains mainly: red. Hex color #783D74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783D74 is #87C28B. Grayscale: #545454. Windows color (decimal): -8897164 or 7617912. OLE color: 7617912.

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

Color convert

RGB 120 61 116 -
CMYK 0 0.49 0.03 0.53
HSL 304.07º 0.33% 0.35% -
HSV(B) 304.07º 0.49% 0.47% -
XYZ 12.57 8.59 17.52 -
YUV 84.91 145.55 153.03 -
System Red Green Blue C M Y K H S L
Decimal 120 61 116 0 0.49 0.03 0.53 304.07 0.33 0.35
Hex 78 3D 74 0 31 3 35 130 21 23
Octal 170 75 164 0 61 3 65 460 41 43
Binary 1111000 111101 1110100 0 110001 11 110101 100110000 100001 100011

Color Harmonies of #783D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783D74

Black with #783D74

Text Example


Text Example

White with #783D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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