Html Css Color HEX #712882 Eminence

📋 copy color: '#712882'

red 113 ◦ green 40 ◦ blue 130

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

Shades of Eminence #712882

Tints of Eminence #712882

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.13%

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

R = 39.93%
G = 14.13%
B = 45.94%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#712882 (or 0x712882) is known color: Eminence. HEX triplet: 71, 28 and 82. RGB value is (113,40,130). Sum of RGB (Red+Green+Blue) = 113+40+130=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 130 (51.17% from 255 or 45.94% from 283); Max value from RGB is 130 - color contains mainly: blue. Hex color #712882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712882 is #8ED77D. Grayscale: #474747. Windows color (decimal): -9361278 or 8530033. OLE color: 8530033.

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

Color convert

RGB 113 40 130 -
CMYK 0.13 0.69 0 0.49
HSL 288.67º 0.53% 0.33% -
HSV(B) 288.67º 0.69% 0.51% -
XYZ 11.6 6.64 21.79 -
YUV 72.09 160.68 157.18 -
System Red Green Blue C M Y K H S L
Decimal 113 40 130 0.13 0.69 0 0.49 288.67 0.53 0.33
Hex 71 28 82 D 45 0 31 121 35 21
Octal 161 50 202 15 105 0 61 441 65 41
Binary 1110001 101000 10000010 1101 1000101 0 110001 100100001 110101 100001

Color Harmonies of #712882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712882

Black with #712882

Text Example


Text Example

White with #712882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712882; }

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

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

background-color css

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

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

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

border-color css

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

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

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