Html Css Color HEX #80347F Eminence

📋 copy color: '#80347F'

red 128 ◦ green 52 ◦ blue 127

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

Shades of Eminence #80347F

Tints of Eminence #80347F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.94%

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

R = 41.69%
G = 16.94%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.50

RGB Variations

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

Color information

#80347F (or 0x80347F) is known color: Eminence. HEX triplet: 80, 34 and 7F. RGB value is (128,52,127). Sum of RGB (Red+Green+Blue) = 128+52+127=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 128 - color contains mainly: red. Hex color #80347F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80347F is #7FCB80. Grayscale: #535353. Windows color (decimal): -8375169 or 8336512. OLE color: 8336512.

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

Color convert

RGB 128 52 127 -
CMYK 0 0.59 0.01 0.50
HSL 300.79º 0.42% 0.35% -
HSV(B) 300.79º 0.59% 0.5% -
XYZ 13.96 8.58 21 -
YUV 83.27 152.68 159.9 -
System Red Green Blue C M Y K H S L
Decimal 128 52 127 0 0.59 0.01 0.50 300.79 0.42 0.35
Hex 80 34 7F 0 3B 1 32 12D 2A 23
Octal 200 64 177 0 73 1 62 455 52 43
Binary 10000000 110100 1111111 0 111011 1 110010 100101101 101010 100011

Color Harmonies of #80347F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80347F

Black with #80347F

Text Example


Text Example

White with #80347F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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