Html Css Color HEX #78367D Eminence

📋 copy color: '#78367D'

red 120 ◦ green 54 ◦ blue 125

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

Shades of Eminence #78367D

Tints of Eminence #78367D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 41.81%

R = 40.13%
G = 18.06%
B = 41.81%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#78367D (or 0x78367D) is known color: Eminence. HEX triplet: 78, 36 and 7D. RGB value is (120,54,125). Sum of RGB (Red+Green+Blue) = 120+54+125=299 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.13% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 125 (49.22% from 255 or 41.81% from 299); Max value from RGB is 125 - color contains mainly: blue. Hex color #78367D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78367D is #87C982. Grayscale: #515151. Windows color (decimal): -8898947 or 8205944. OLE color: 8205944.

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

Color convert

RGB 120 54 125 -
CMYK 0.04 0.57 0 0.51
HSL 295.77º 0.4% 0.35% -
HSV(B) 295.77º 0.57% 0.49% -
XYZ 12.77 8.11 20.29 -
YUV 81.83 152.37 155.23 -
System Red Green Blue C M Y K H S L
Decimal 120 54 125 0.04 0.57 0 0.51 295.77 0.4 0.35
Hex 78 36 7D 4 39 0 33 128 28 23
Octal 170 66 175 4 71 0 63 450 50 43
Binary 1111000 110110 1111101 100 111001 0 110011 100101000 101000 100011

Color Harmonies of #78367D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78367D

Black with #78367D

Text Example


Text Example

White with #78367D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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