Html Css Color HEX #80367C Eminence

📋 copy color: '#80367C'

red 128 ◦ green 54 ◦ blue 124

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

Shades of Eminence #80367C

Tints of Eminence #80367C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.65%

 BLUE value IS 124 (48.83% from 255) = 40.52%

R = 41.83%
G = 17.65%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.50

RGB Variations

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

Color information

#80367C (or 0x80367C) is known color: Eminence. HEX triplet: 80, 36 and 7C. RGB value is (128,54,124). Sum of RGB (Red+Green+Blue) = 128+54+124=306 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.83% from 306); Green value is 54 (21.48% from 255 or 17.65% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 128 - color contains mainly: red. Hex color #80367C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80367C is #7FC983. Grayscale: #535353. Windows color (decimal): -8374660 or 8140416. OLE color: 8140416.

HSL color Cylindrical-coordinate representation of color #80367C: hue angle of 303.24º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #80367C is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 54 124 -
CMYK 0 0.58 0.03 0.50
HSL 303.24º 0.41% 0.36% -
HSV(B) 303.24º 0.58% 0.5% -
XYZ 13.86 8.68 20.01 -
YUV 84.11 150.52 159.31 -
System Red Green Blue C M Y K H S L
Decimal 128 54 124 0 0.58 0.03 0.50 303.24 0.41 0.36
Hex 80 36 7C 0 3A 3 32 12F 29 24
Octal 200 66 174 0 72 3 62 457 51 44
Binary 10000000 110110 1111100 0 111010 11 110010 100101111 101001 100100

Color Harmonies of #80367C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80367C

Black with #80367C

Text Example


Text Example

White with #80367C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80367C; }

 p { color: rgb(128,54,124); }

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

background-color css

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

 a { background-color: rgb(128,54,124); }

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

border-color css

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

 span { border-color: rgb(128,54,124); }

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