Html Css Color HEX #78347C Eminence

📋 copy color: '#78347C'

red 120 ◦ green 52 ◦ blue 124

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

Shades of Eminence #78347C

Tints of Eminence #78347C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.57%

 BLUE value IS 124 (48.83% from 255) = 41.89%

R = 40.54%
G = 17.57%
B = 41.89%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#78347C (or 0x78347C) is known color: Eminence. HEX triplet: 78, 34 and 7C. RGB value is (120,52,124). Sum of RGB (Red+Green+Blue) = 120+52+124=296 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.54% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 124 (48.83% from 255 or 41.89% from 296); Max value from RGB is 124 - color contains mainly: blue. Hex color #78347C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78347C is #87CB83. Grayscale: #505050. Windows color (decimal): -8899460 or 8139896. OLE color: 8139896.

HSL color Cylindrical-coordinate representation of color #78347C: hue angle of 296.67º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #78347C is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 120 52 124 -
CMYK 0.03 0.58 0 0.51
HSL 296.67º 0.41% 0.35% -
HSV(B) 296.67º 0.58% 0.49% -
XYZ 12.61 7.9 19.93 -
YUV 80.54 152.53 156.15 -
System Red Green Blue C M Y K H S L
Decimal 120 52 124 0.03 0.58 0 0.51 296.67 0.41 0.35
Hex 78 34 7C 3 3A 0 33 129 29 23
Octal 170 64 174 3 72 0 63 451 51 43
Binary 1111000 110100 1111100 11 111010 0 110011 100101001 101001 100011

Color Harmonies of #78347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78347C

Black with #78347C

Text Example


Text Example

White with #78347C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78347C; }

 p { color: rgb(120,52,124); }

 H1.HeaderClassName
 {
   color: #78347C;
 }
 .AnyTagClassName
 {
   color: #78347C;
 }
</style>

background-color css

<style>
 a { background-color: #78347C; }

 a { background-color: rgb(120,52,124); }

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

border-color css

<style>
 span { border-color: #78347C; }

 span { border-color: rgb(120,52,124); }

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