Html Css Color HEX #712781 Eminence

📋 copy color: '#712781'

red 113 ◦ green 39 ◦ blue 129

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

Shades of Eminence #712781

Tints of Eminence #712781

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.88%

 BLUE value IS 129 (50.78% from 255) = 45.91%

R = 40.21%
G = 13.88%
B = 45.91%

CMYK

 C value IS 0.12

 M value IS 0.70

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#712781 (or 0x712781) is known color: Eminence. HEX triplet: 71, 27 and 81. RGB value is (113,39,129). Sum of RGB (Red+Green+Blue) = 113+39+129=281 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.21% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 129 (50.78% from 255 or 45.91% from 281); Max value from RGB is 129 - color contains mainly: blue. Hex color #712781 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712781 is #8ED87E. Grayscale: #474747. Windows color (decimal): -9361535 or 8464241. OLE color: 8464241.

HSL color Cylindrical-coordinate representation of color #712781: hue angle of 289.33º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #712781 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 39 129 -
CMYK 0.12 0.70 0 0.49
HSL 289.33º 0.54% 0.33% -
HSV(B) 289.33º 0.7% 0.51% -
XYZ 11.5 6.55 21.43 -
YUV 71.39 160.52 157.68 -
System Red Green Blue C M Y K H S L
Decimal 113 39 129 0.12 0.70 0 0.49 289.33 0.54 0.33
Hex 71 27 81 C 46 0 31 121 36 21
Octal 161 47 201 14 106 0 61 441 66 41
Binary 1110001 100111 10000001 1100 1000110 0 110001 100100001 110110 100001

Color Harmonies of #712781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712781

Black with #712781

Text Example


Text Example

White with #712781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712781; }

 p { color: rgb(113,39,129); }

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

background-color css

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

 a { background-color: rgb(113,39,129); }

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

border-color css

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

 span { border-color: rgb(113,39,129); }

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