Html Css Color HEX #803779 Eminence

📋 copy color: '#803779'

red 128 ◦ green 55 ◦ blue 121

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

Shades of Eminence #803779

Tints of Eminence #803779

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.09%

 BLUE value IS 121 (47.66% from 255) = 39.8%

R = 42.11%
G = 18.09%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#803779 (or 0x803779) is known color: Eminence. HEX triplet: 80, 37 and 79. RGB value is (128,55,121). Sum of RGB (Red+Green+Blue) = 128+55+121=304 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.11% from 304); Green value is 55 (21.88% from 255 or 18.09% from 304); Blue value is 121 (47.66% from 255 or 39.80% from 304); Max value from RGB is 128 - color contains mainly: red. Hex color #803779 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803779 is #7FC886. Grayscale: #545454. Windows color (decimal): -8374407 or 7944064. OLE color: 7944064.

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

Color convert

RGB 128 55 121 -
CMYK 0 0.57 0.05 0.50
HSL 305.75º 0.4% 0.36% -
HSV(B) 305.75º 0.57% 0.5% -
XYZ 13.72 8.7 19.05 -
YUV 84.35 148.68 159.13 -
System Red Green Blue C M Y K H S L
Decimal 128 55 121 0 0.57 0.05 0.50 305.75 0.4 0.36
Hex 80 37 79 0 39 5 32 132 28 24
Octal 200 67 171 0 71 5 62 462 50 44
Binary 10000000 110111 1111001 0 111001 101 110010 100110010 101000 100100

Color Harmonies of #803779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803779

Black with #803779

Text Example


Text Example

White with #803779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803779; }

 p { color: rgb(128,55,121); }

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

background-color css

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

 a { background-color: rgb(128,55,121); }

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

border-color css

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

 span { border-color: rgb(128,55,121); }

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