Html Css Color HEX #78337C Eminence

📋 copy color: '#78337C'

red 120 ◦ green 51 ◦ blue 124

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

Shades of Eminence #78337C

Tints of Eminence #78337C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.29%

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

R = 40.68%
G = 17.29%
B = 42.03%

CMYK

 C value IS 0.03

 M value IS 0.59

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#78337C (or 0x78337C) is known color: Eminence. HEX triplet: 78, 33 and 7C. RGB value is (120,51,124). Sum of RGB (Red+Green+Blue) = 120+51+124=295 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.68% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 124 - color contains mainly: blue. Hex color #78337C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78337C is #87CC83. Grayscale: #4F4F4F. Windows color (decimal): -8899716 or 8139640. OLE color: 8139640.

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

Color convert

RGB 120 51 124 -
CMYK 0.03 0.59 0 0.51
HSL 296.71º 0.42% 0.34% -
HSV(B) 296.71º 0.59% 0.49% -
XYZ 12.57 7.82 19.92 -
YUV 79.95 152.86 156.56 -
System Red Green Blue C M Y K H S L
Decimal 120 51 124 0.03 0.59 0 0.51 296.71 0.42 0.34
Hex 78 33 7C 3 3B 0 33 129 2A 22
Octal 170 63 174 3 73 0 63 451 52 42
Binary 1111000 110011 1111100 11 111011 0 110011 100101001 101010 100010

Color Harmonies of #78337C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78337C

Black with #78337C

Text Example


Text Example

White with #78337C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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