Html Css Color HEX #712E82 Eminence

📋 copy color: '#712E82'

red 113 ◦ green 46 ◦ blue 130

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

Shades of Eminence #712E82

Tints of Eminence #712E82

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.92%

 BLUE value IS 130 (51.17% from 255) = 44.98%

R = 39.1%
G = 15.92%
B = 44.98%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#712E82 (or 0x712E82) is known color: Eminence. HEX triplet: 71, 2E and 82. RGB value is (113,46,130). Sum of RGB (Red+Green+Blue) = 113+46+130=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 46 (18.36% from 255 or 15.92% from 289); Blue value is 130 (51.17% from 255 or 44.98% from 289); Max value from RGB is 130 - color contains mainly: blue. Hex color #712E82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712E82 is #8ED17D. Grayscale: #4B4B4B. Windows color (decimal): -9359742 or 8531569. OLE color: 8531569.

HSL color Cylindrical-coordinate representation of color #712E82: hue angle of 287.86º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #712E82 is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 46 130 -
CMYK 0.13 0.65 0 0.49
HSL 287.86º 0.48% 0.35% -
HSV(B) 287.86º 0.65% 0.51% -
XYZ 11.82 7.08 21.86 -
YUV 75.61 158.7 154.67 -
System Red Green Blue C M Y K H S L
Decimal 113 46 130 0.13 0.65 0 0.49 287.86 0.48 0.35
Hex 71 2E 82 D 41 0 31 120 30 23
Octal 161 56 202 15 101 0 61 440 60 43
Binary 1110001 101110 10000010 1101 1000001 0 110001 100100000 110000 100011

Color Harmonies of #712E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712E82

Black with #712E82

Text Example


Text Example

White with #712E82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,46,130); }

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

background-color css

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

 a { background-color: rgb(113,46,130); }

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

border-color css

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

 span { border-color: rgb(113,46,130); }

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