Html Css Color HEX #80377F Eminence

📋 copy color: '#80377F'

red 128 ◦ green 55 ◦ blue 127

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

Shades of Eminence #80377F

Tints of Eminence #80377F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.97%

R = 41.29%
G = 17.74%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.50

RGB Variations

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

Color information

#80377F (or 0x80377F) is known color: Eminence. HEX triplet: 80, 37 and 7F. RGB value is (128,55,127). Sum of RGB (Red+Green+Blue) = 128+55+127=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 55 (21.88% from 255 or 17.74% from 310); Blue value is 127 (50% from 255 or 40.97% from 310); Max value from RGB is 128 - color contains mainly: red. Hex color #80377F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80377F is #7FC880. Grayscale: #545454. Windows color (decimal): -8374401 or 8337280. OLE color: 8337280.

HSL color Cylindrical-coordinate representation of color #80377F: hue angle of 300.82º 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 #80377F is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 55 127 -
CMYK 0 0.57 0.01 0.50
HSL 300.82º 0.4% 0.36% -
HSV(B) 300.82º 0.57% 0.5% -
XYZ 14.1 8.85 21.04 -
YUV 85.04 151.68 158.65 -
System Red Green Blue C M Y K H S L
Decimal 128 55 127 0 0.57 0.01 0.50 300.82 0.4 0.36
Hex 80 37 7F 0 39 1 32 12D 28 24
Octal 200 67 177 0 71 1 62 455 50 44
Binary 10000000 110111 1111111 0 111001 1 110010 100101101 101000 100100

Color Harmonies of #80377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80377F

Black with #80377F

Text Example


Text Example

White with #80377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80377F; }

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

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

background-color css

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

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

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

border-color css

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

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

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