Html Css Color HEX #712F80 Eminence

📋 copy color: '#712F80'

red 113 ◦ green 47 ◦ blue 128

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

Shades of Eminence #712F80

Tints of Eminence #712F80

RGB

 RED value IS 113 (44.53% from 255) = 39.24%

 GREEN value IS 47 (18.75% from 255) = 16.32%

 BLUE value IS 128 (50.39% from 255) = 44.44%

R = 39.24%
G = 16.32%
B = 44.44%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#712F80 (or 0x712F80) is known color: Eminence. HEX triplet: 71, 2F and 80. RGB value is (113,47,128). Sum of RGB (Red+Green+Blue) = 113+47+128=288 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.24% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 128 (50.39% from 255 or 44.44% from 288); Max value from RGB is 128 - color contains mainly: blue. Hex color #712F80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712F80 is #8ED07F. Grayscale: #4B4B4B. Windows color (decimal): -9359488 or 8400753. OLE color: 8400753.

HSL color Cylindrical-coordinate representation of color #712F80: hue angle of 288.89º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #712F80 is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 47 128 -
CMYK 0.12 0.63 0 0.50
HSL 288.89º 0.46% 0.34% -
HSV(B) 288.89º 0.63% 0.5% -
XYZ 11.72 7.1 21.18 -
YUV 75.97 157.37 154.41 -
System Red Green Blue C M Y K H S L
Decimal 113 47 128 0.12 0.63 0 0.50 288.89 0.46 0.34
Hex 71 2F 80 C 3F 0 32 121 2E 22
Octal 161 57 200 14 77 0 62 441 56 42
Binary 1110001 101111 10000000 1100 111111 0 110010 100100001 101110 100010

Color Harmonies of #712F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712F80

Black with #712F80

Text Example


Text Example

White with #712F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712F80; }

 p { color: rgb(113,47,128); }

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

background-color css

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

 a { background-color: rgb(113,47,128); }

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

border-color css

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

 span { border-color: rgb(113,47,128); }

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