Html Css Color HEX #783378 Eminence

📋 copy color: '#783378'

red 120 ◦ green 51 ◦ blue 120

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

Shades of Eminence #783378

Tints of Eminence #783378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 41.24%

R = 41.24%
G = 17.53%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#783378 (or 0x783378) is known color: Eminence. HEX triplet: 78, 33 and 78. RGB value is (120,51,120). Sum of RGB (Red+Green+Blue) = 120+51+120=291 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.24% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 120 (47.27% from 255 or 41.24% from 291); Max value from RGB is 120 - color contains mainly: red, blue. Hex color #783378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783378 is #87CC87. Grayscale: #4F4F4F. Windows color (decimal): -8899720 or 7877496. OLE color: 7877496.

HSL color Cylindrical-coordinate representation of color #783378: hue angle of 300º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #783378 is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 51 120 -
CMYK 0 0.58 0 0.53
HSL 300º 0.4% 0.34% -
HSV(B) 300º 0.58% 0.47% -
XYZ 12.32 7.72 18.61 -
YUV 79.5 150.86 156.89 -
System Red Green Blue C M Y K H S L
Decimal 120 51 120 0 0.58 0 0.53 300 0.4 0.34
Hex 78 33 78 0 3A 0 35 12C 28 22
Octal 170 63 170 0 72 0 65 454 50 42
Binary 1111000 110011 1111000 0 111010 0 110101 100101100 101000 100010

Color Harmonies of #783378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783378

Black with #783378

Text Example


Text Example

White with #783378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783378; }

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

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

background-color css

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

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

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

border-color css

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

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

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