Html Css Color HEX #78337D Eminence

📋 copy color: '#78337D'

red 120 ◦ green 51 ◦ blue 125

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

Shades of Eminence #78337D

Tints of Eminence #78337D

RGB

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

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

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

R = 40.54%
G = 17.23%
B = 42.23%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#78337D (or 0x78337D) is known color: Eminence. HEX triplet: 78, 33 and 7D. RGB value is (120,51,125). Sum of RGB (Red+Green+Blue) = 120+51+125=296 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.54% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 125 (49.22% from 255 or 42.23% from 296); Max value from RGB is 125 - color contains mainly: blue. Hex color #78337D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78337D is #87CC82. Grayscale: #4F4F4F. Windows color (decimal): -8899715 or 8205176. OLE color: 8205176.

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

Color convert

RGB 120 51 125 -
CMYK 0.04 0.59 0 0.51
HSL 295.95º 0.42% 0.35% -
HSV(B) 295.95º 0.59% 0.49% -
XYZ 12.63 7.84 20.25 -
YUV 80.07 153.36 156.48 -
System Red Green Blue C M Y K H S L
Decimal 120 51 125 0.04 0.59 0 0.51 295.95 0.42 0.35
Hex 78 33 7D 4 3B 0 33 128 2A 23
Octal 170 63 175 4 73 0 63 450 52 43
Binary 1111000 110011 1111101 100 111011 0 110011 100101000 101010 100011

Color Harmonies of #78337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78337D

Black with #78337D

Text Example


Text Example

White with #78337D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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