Html Css Color HEX #78387E Eminence

📋 copy color: '#78387E'

red 120 ◦ green 56 ◦ blue 126

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

Shades of Eminence #78387E

Tints of Eminence #78387E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.54%

 BLUE value IS 126 (49.61% from 255) = 41.72%

R = 39.74%
G = 18.54%
B = 41.72%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#78387E (or 0x78387E) is known color: Eminence. HEX triplet: 78, 38 and 7E. RGB value is (120,56,126). Sum of RGB (Red+Green+Blue) = 120+56+126=302 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.74% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 126 (49.61% from 255 or 41.72% from 302); Max value from RGB is 126 - color contains mainly: blue. Hex color #78387E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78387E is #87C781. Grayscale: #525252. Windows color (decimal): -8898434 or 8271992. OLE color: 8271992.

HSL color Cylindrical-coordinate representation of color #78387E: hue angle of 294.86º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #78387E is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 120 56 126 -
CMYK 0.05 0.56 0 0.51
HSL 294.86º 0.38% 0.36% -
HSV(B) 294.86º 0.56% 0.49% -
XYZ 12.93 8.33 20.66 -
YUV 83.12 152.2 154.31 -
System Red Green Blue C M Y K H S L
Decimal 120 56 126 0.05 0.56 0 0.51 294.86 0.38 0.36
Hex 78 38 7E 5 38 0 33 127 26 24
Octal 170 70 176 5 70 0 63 447 46 44
Binary 1111000 111000 1111110 101 111000 0 110011 100100111 100110 100100

Color Harmonies of #78387E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78387E

Black with #78387E

Text Example


Text Example

White with #78387E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78387E; }

 p { color: rgb(120,56,126); }

 H1.HeaderClassName
 {
   color: #78387E;
 }
 .AnyTagClassName
 {
   color: #78387E;
 }
</style>

background-color css

<style>
 a { background-color: #78387E; }

 a { background-color: rgb(120,56,126); }

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

border-color css

<style>
 span { border-color: #78387E; }

 span { border-color: rgb(120,56,126); }

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