Html Css Color HEX #804378 Eminence

📋 copy color: '#804378'

red 128 ◦ green 67 ◦ blue 120

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

Shades of Eminence #804378

Tints of Eminence #804378

RGB

 RED value IS 128 (50.39% from 255) = 40.63%

 GREEN value IS 67 (26.56% from 255) = 21.27%

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

R = 40.63%
G = 21.27%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.50

RGB Variations

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

Color information

#804378 (or 0x804378) is known color: Eminence. HEX triplet: 80, 43 and 78. RGB value is (128,67,120). Sum of RGB (Red+Green+Blue) = 128+67+120=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 128 - color contains mainly: red. Hex color #804378 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804378 is #7FBC87. Grayscale: #5B5B5B. Windows color (decimal): -8371336 or 7881600. OLE color: 7881600.

HSL color Cylindrical-coordinate representation of color #804378: hue angle of 307.87º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #804378 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 67 120 -
CMYK 0 0.48 0.06 0.50
HSL 307.87º 0.31% 0.38% -
HSV(B) 307.87º 0.48% 0.5% -
XYZ 14.3 9.96 18.94 -
YUV 91.28 144.21 154.19 -
System Red Green Blue C M Y K H S L
Decimal 128 67 120 0 0.48 0.06 0.50 307.87 0.31 0.38
Hex 80 43 78 0 30 6 32 134 1F 26
Octal 200 103 170 0 60 6 62 464 37 46
Binary 10000000 1000011 1111000 0 110000 110 110010 100110100 11111 100110

Color Harmonies of #804378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804378

Black with #804378

Text Example


Text Example

White with #804378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804378; }

 p { color: rgb(128,67,120); }

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

background-color css

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

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

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

border-color css

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

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

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