Html Css Color HEX #803978 Eminence

📋 copy color: '#803978'

red 128 ◦ green 57 ◦ blue 120

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

Shades of Eminence #803978

Tints of Eminence #803978

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.69%

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

R = 41.97%
G = 18.69%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0.50

RGB Variations

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

Color information

#803978 (or 0x803978) is known color: Eminence. HEX triplet: 80, 39 and 78. RGB value is (128,57,120). Sum of RGB (Red+Green+Blue) = 128+57+120=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 128 - color contains mainly: red. Hex color #803978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803978 is #7FC687. Grayscale: #555555. Windows color (decimal): -8373896 or 7879040. OLE color: 7879040.

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

Color convert

RGB 128 57 120 -
CMYK 0 0.55 0.06 0.50
HSL 306.76º 0.38% 0.36% -
HSV(B) 306.76º 0.55% 0.5% -
XYZ 13.76 8.87 18.76 -
YUV 85.41 147.52 158.38 -
System Red Green Blue C M Y K H S L
Decimal 128 57 120 0 0.55 0.06 0.50 306.76 0.38 0.36
Hex 80 39 78 0 37 6 32 133 26 24
Octal 200 71 170 0 67 6 62 463 46 44
Binary 10000000 111001 1111000 0 110111 110 110010 100110011 100110 100100

Color Harmonies of #803978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803978

Black with #803978

Text Example


Text Example

White with #803978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803978; }

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

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

background-color css

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

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

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

border-color css

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

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

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