Html Css Color HEX #80357D Eminence

📋 copy color: '#80357D'

red 128 ◦ green 53 ◦ blue 125

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

Shades of Eminence #80357D

Tints of Eminence #80357D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.32%

 BLUE value IS 125 (49.22% from 255) = 40.85%

R = 41.83%
G = 17.32%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#80357D (or 0x80357D) is known color: Eminence. HEX triplet: 80, 35 and 7D. RGB value is (128,53,125). Sum of RGB (Red+Green+Blue) = 128+53+125=306 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.83% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 128 - color contains mainly: red. Hex color #80357D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80357D is #7FCA82. Grayscale: #535353. Windows color (decimal): -8374915 or 8205696. OLE color: 8205696.

HSL color Cylindrical-coordinate representation of color #80357D: hue angle of 302.4º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80357D is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 53 125 -
CMYK 0 0.59 0.02 0.50
HSL 302.4º 0.41% 0.35% -
HSV(B) 302.4º 0.59% 0.5% -
XYZ 13.88 8.62 20.33 -
YUV 83.63 151.35 159.65 -
System Red Green Blue C M Y K H S L
Decimal 128 53 125 0 0.59 0.02 0.50 302.4 0.41 0.35
Hex 80 35 7D 0 3B 2 32 12E 29 23
Octal 200 65 175 0 73 2 62 456 51 43
Binary 10000000 110101 1111101 0 111011 10 110010 100101110 101001 100011

Color Harmonies of #80357D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80357D

Black with #80357D

Text Example


Text Example

White with #80357D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80357D; }

 p { color: rgb(128,53,125); }

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

background-color css

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

 a { background-color: rgb(128,53,125); }

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

border-color css

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

 span { border-color: rgb(128,53,125); }

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