Html Css Color HEX #713182 Eminence

📋 copy color: '#713182'

red 113 ◦ green 49 ◦ blue 130

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

Shades of Eminence #713182

Tints of Eminence #713182

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.78%

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

R = 38.7%
G = 16.78%
B = 44.52%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#713182 (or 0x713182) is known color: Eminence. HEX triplet: 71, 31 and 82. RGB value is (113,49,130). Sum of RGB (Red+Green+Blue) = 113+49+130=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 49 (19.53% from 255 or 16.78% from 292); Blue value is 130 (51.17% from 255 or 44.52% from 292); Max value from RGB is 130 - color contains mainly: blue. Hex color #713182 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713182 is #8ECE7D. Grayscale: #4D4D4D. Windows color (decimal): -9358974 or 8532337. OLE color: 8532337.

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

Color convert

RGB 113 49 130 -
CMYK 0.13 0.62 0 0.49
HSL 287.41º 0.45% 0.35% -
HSV(B) 287.41º 0.62% 0.51% -
XYZ 11.94 7.32 21.9 -
YUV 77.37 157.7 153.41 -
System Red Green Blue C M Y K H S L
Decimal 113 49 130 0.13 0.62 0 0.49 287.41 0.45 0.35
Hex 71 31 82 D 3E 0 31 11F 2D 23
Octal 161 61 202 15 76 0 61 437 55 43
Binary 1110001 110001 10000010 1101 111110 0 110001 100011111 101101 100011

Color Harmonies of #713182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713182

Black with #713182

Text Example


Text Example

White with #713182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713182; }

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

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

background-color css

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

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

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

border-color css

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

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

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