Html Css Color HEX #712782 Eminence

📋 copy color: '#712782'

red 113 ◦ green 39 ◦ blue 130

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

Shades of Eminence #712782

Tints of Eminence #712782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 46.1%

R = 40.07%
G = 13.83%
B = 46.1%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#712782 (or 0x712782) is known color: Eminence. HEX triplet: 71, 27 and 82. RGB value is (113,39,130). Sum of RGB (Red+Green+Blue) = 113+39+130=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 130 - color contains mainly: blue. Hex color #712782 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712782 is #8ED87D. Grayscale: #474747. Windows color (decimal): -9361534 or 8529777. OLE color: 8529777.

HSL color Cylindrical-coordinate representation of color #712782: hue angle of 288.79º 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 #712782 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 39 130 -
CMYK 0.13 0.70 0 0.49
HSL 288.79º 0.54% 0.33% -
HSV(B) 288.79º 0.7% 0.51% -
XYZ 11.56 6.57 21.78 -
YUV 71.5 161.02 157.6 -
System Red Green Blue C M Y K H S L
Decimal 113 39 130 0.13 0.70 0 0.49 288.79 0.54 0.33
Hex 71 27 82 D 46 0 31 121 36 21
Octal 161 47 202 15 106 0 61 441 66 41
Binary 1110001 100111 10000010 1101 1000110 0 110001 100100001 110110 100001

Color Harmonies of #712782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712782

Black with #712782

Text Example


Text Example

White with #712782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712782; }

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

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

background-color css

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

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

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

border-color css

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

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

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