Html Css Color HEX #712683 Eminence

📋 copy color: '#712683'

red 113 ◦ green 38 ◦ blue 131

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

Shades of Eminence #712683

Tints of Eminence #712683

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.48%

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

R = 40.07%
G = 13.48%
B = 46.45%

CMYK

 C value IS 0.14

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#712683 (or 0x712683) is known color: Eminence. HEX triplet: 71, 26 and 83. RGB value is (113,38,131). Sum of RGB (Red+Green+Blue) = 113+38+131=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 131 (51.56% from 255 or 46.45% from 282); Max value from RGB is 131 - color contains mainly: blue. Hex color #712683 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712683 is #8ED97C. Grayscale: #464646. Windows color (decimal): -9361789 or 8595057. OLE color: 8595057.

HSL color Cylindrical-coordinate representation of color #712683: hue angle of 288.39º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #712683 is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 38 131 -
CMYK 0.14 0.71 0 0.49
HSL 288.39º 0.55% 0.33% -
HSV(B) 288.39º 0.71% 0.51% -
XYZ 11.6 6.54 22.12 -
YUV 71.03 161.85 157.94 -
System Red Green Blue C M Y K H S L
Decimal 113 38 131 0.14 0.71 0 0.49 288.39 0.55 0.33
Hex 71 26 83 E 47 0 31 120 37 21
Octal 161 46 203 16 107 0 61 440 67 41
Binary 1110001 100110 10000011 1110 1000111 0 110001 100100000 110111 100001

Color Harmonies of #712683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712683

Black with #712683

Text Example


Text Example

White with #712683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712683; }

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

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

background-color css

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

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

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

border-color css

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

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

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