Html Css Color HEX #712982 Eminence

📋 copy color: '#712982'

red 113 ◦ green 41 ◦ blue 130

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

Shades of Eminence #712982

Tints of Eminence #712982

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.44%

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

R = 39.79%
G = 14.44%
B = 45.77%

CMYK

 C value IS 0.13

 M value IS 0.68

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#712982 (or 0x712982) is known color: Eminence. HEX triplet: 71, 29 and 82. RGB value is (113,41,130). Sum of RGB (Red+Green+Blue) = 113+41+130=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 130 - color contains mainly: blue. Hex color #712982 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712982 is #8ED67D. Grayscale: #484848. Windows color (decimal): -9361022 or 8530289. OLE color: 8530289.

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

Color convert

RGB 113 41 130 -
CMYK 0.13 0.68 0 0.49
HSL 288.54º 0.52% 0.34% -
HSV(B) 288.54º 0.68% 0.51% -
XYZ 11.63 6.71 21.8 -
YUV 72.67 160.35 156.76 -
System Red Green Blue C M Y K H S L
Decimal 113 41 130 0.13 0.68 0 0.49 288.54 0.52 0.34
Hex 71 29 82 D 44 0 31 121 34 22
Octal 161 51 202 15 104 0 61 441 64 42
Binary 1110001 101001 10000010 1101 1000100 0 110001 100100001 110100 100010

Color Harmonies of #712982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712982

Black with #712982

Text Example


Text Example

White with #712982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712982; }

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

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

background-color css

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

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

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

border-color css

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

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

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