Html Css Color HEX #712383 Eminence

📋 copy color: '#712383'

red 113 ◦ green 35 ◦ blue 131

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

Shades of Eminence #712383

Tints of Eminence #712383

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.54%

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

R = 40.5%
G = 12.54%
B = 46.95%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#712383 (or 0x712383) is known color: Eminence. HEX triplet: 71, 23 and 83. RGB value is (113,35,131). Sum of RGB (Red+Green+Blue) = 113+35+131=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 131 (51.56% from 255 or 46.95% from 279); Max value from RGB is 131 - color contains mainly: blue. Hex color #712383 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712383 is #8EDC7C. Grayscale: #444444. Windows color (decimal): -9362557 or 8594289. OLE color: 8594289.

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

Color convert

RGB 113 35 131 -
CMYK 0.14 0.73 0 0.49
HSL 288.75º 0.58% 0.33% -
HSV(B) 288.75º 0.73% 0.51% -
XYZ 11.51 6.35 22.09 -
YUV 69.27 162.84 159.19 -
System Red Green Blue C M Y K H S L
Decimal 113 35 131 0.14 0.73 0 0.49 288.75 0.58 0.33
Hex 71 23 83 E 49 0 31 121 3A 21
Octal 161 43 203 16 111 0 61 441 72 41
Binary 1110001 100011 10000011 1110 1001001 0 110001 100100001 111010 100001

Color Harmonies of #712383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712383

Black with #712383

Text Example


Text Example

White with #712383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712383; }

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

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

background-color css

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

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

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

border-color css

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

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

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