Html Css Color HEX #78397C Eminence

📋 copy color: '#78397C'

red 120 ◦ green 57 ◦ blue 124

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

Shades of Eminence #78397C

Tints of Eminence #78397C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.94%

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

R = 39.87%
G = 18.94%
B = 41.2%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#78397C (or 0x78397C) is known color: Eminence. HEX triplet: 78, 39 and 7C. RGB value is (120,57,124). Sum of RGB (Red+Green+Blue) = 120+57+124=301 (39% of max value = 765). Red value is 120 (47.27% from 255 or 39.87% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 124 - color contains mainly: blue. Hex color #78397C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78397C is #87C683. Grayscale: #535353. Windows color (decimal): -8898180 or 8141176. OLE color: 8141176.

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

Color convert

RGB 120 57 124 -
CMYK 0.03 0.54 0 0.51
HSL 296.42º 0.37% 0.35% -
HSV(B) 296.42º 0.54% 0.49% -
XYZ 12.85 8.37 20.01 -
YUV 83.48 150.87 154.05 -
System Red Green Blue C M Y K H S L
Decimal 120 57 124 0.03 0.54 0 0.51 296.42 0.37 0.35
Hex 78 39 7C 3 36 0 33 128 25 23
Octal 170 71 174 3 66 0 63 450 45 43
Binary 1111000 111001 1111100 11 110110 0 110011 100101000 100101 100011

Color Harmonies of #78397C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78397C

Black with #78397C

Text Example


Text Example

White with #78397C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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