Html Css Color HEX #712F83 Eminence

📋 copy color: '#712F83'

red 113 ◦ green 47 ◦ blue 131

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

Shades of Eminence #712F83

Tints of Eminence #712F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 45.02%

R = 38.83%
G = 16.15%
B = 45.02%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#712F83 (or 0x712F83) is known color: Eminence. HEX triplet: 71, 2F and 83. RGB value is (113,47,131). Sum of RGB (Red+Green+Blue) = 113+47+131=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 47 (18.75% from 255 or 16.15% from 291); Blue value is 131 (51.56% from 255 or 45.02% from 291); Max value from RGB is 131 - color contains mainly: blue. Hex color #712F83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712F83 is #8ED07C. Grayscale: #4C4C4C. Windows color (decimal): -9359485 or 8597361. OLE color: 8597361.

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

Color convert

RGB 113 47 131 -
CMYK 0.14 0.64 0 0.49
HSL 287.14º 0.47% 0.35% -
HSV(B) 287.14º 0.64% 0.51% -
XYZ 11.92 7.18 22.23 -
YUV 76.31 158.87 154.17 -
System Red Green Blue C M Y K H S L
Decimal 113 47 131 0.14 0.64 0 0.49 287.14 0.47 0.35
Hex 71 2F 83 E 40 0 31 11F 2F 23
Octal 161 57 203 16 100 0 61 437 57 43
Binary 1110001 101111 10000011 1110 1000000 0 110001 100011111 101111 100011

Color Harmonies of #712F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712F83

Black with #712F83

Text Example


Text Example

White with #712F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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