Html Css Color HEX #78367C Eminence

📋 copy color: '#78367C'

red 120 ◦ green 54 ◦ blue 124

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

Shades of Eminence #78367C

Tints of Eminence #78367C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.12%

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

R = 40.27%
G = 18.12%
B = 41.61%

CMYK

 C value IS 0.03

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#78367C (or 0x78367C) is known color: Eminence. HEX triplet: 78, 36 and 7C. RGB value is (120,54,124). Sum of RGB (Red+Green+Blue) = 120+54+124=298 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.27% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 124 - color contains mainly: blue. Hex color #78367C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78367C is #87C983. Grayscale: #515151. Windows color (decimal): -8898948 or 8140408. OLE color: 8140408.

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

Color convert

RGB 120 54 124 -
CMYK 0.03 0.56 0 0.51
HSL 296.57º 0.39% 0.35% -
HSV(B) 296.57º 0.56% 0.49% -
XYZ 12.7 8.09 19.96 -
YUV 81.71 151.87 155.31 -
System Red Green Blue C M Y K H S L
Decimal 120 54 124 0.03 0.56 0 0.51 296.57 0.39 0.35
Hex 78 36 7C 3 38 0 33 129 27 23
Octal 170 66 174 3 70 0 63 451 47 43
Binary 1111000 110110 1111100 11 111000 0 110011 100101001 100111 100011

Color Harmonies of #78367C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78367C

Black with #78367C

Text Example


Text Example

White with #78367C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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