Html Css Color HEX #712C81 Eminence

📋 copy color: '#712C81'

red 113 ◦ green 44 ◦ blue 129

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

Shades of Eminence #712C81

Tints of Eminence #712C81

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.38%

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

R = 39.51%
G = 15.38%
B = 45.1%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#712C81 (or 0x712C81) is known color: Eminence. HEX triplet: 71, 2C and 81. RGB value is (113,44,129). Sum of RGB (Red+Green+Blue) = 113+44+129=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 44 (17.58% from 255 or 15.38% from 286); Blue value is 129 (50.78% from 255 or 45.10% from 286); Max value from RGB is 129 - color contains mainly: blue. Hex color #712C81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712C81 is #8ED37E. Grayscale: #4A4A4A. Windows color (decimal): -9360255 or 8465521. OLE color: 8465521.

HSL color Cylindrical-coordinate representation of color #712C81: hue angle of 288.71º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #712C81 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 44 129 -
CMYK 0.12 0.66 0 0.49
HSL 288.71º 0.49% 0.34% -
HSV(B) 288.71º 0.66% 0.51% -
XYZ 11.67 6.9 21.48 -
YUV 74.32 158.86 155.59 -
System Red Green Blue C M Y K H S L
Decimal 113 44 129 0.12 0.66 0 0.49 288.71 0.49 0.34
Hex 71 2C 81 C 42 0 31 121 31 22
Octal 161 54 201 14 102 0 61 441 61 42
Binary 1110001 101100 10000001 1100 1000010 0 110001 100100001 110001 100010

Color Harmonies of #712C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712C81

Black with #712C81

Text Example


Text Example

White with #712C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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