Html Css Color HEX #713483 Eminence

📋 copy color: '#713483'

red 113 ◦ green 52 ◦ blue 131

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

Shades of Eminence #713483

Tints of Eminence #713483

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.57%

 BLUE value IS 131 (51.56% from 255) = 44.26%

R = 38.18%
G = 17.57%
B = 44.26%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#713483 (or 0x713483) is known color: Eminence. HEX triplet: 71, 34 and 83. RGB value is (113,52,131). Sum of RGB (Red+Green+Blue) = 113+52+131=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 131 (51.56% from 255 or 44.26% from 296); Max value from RGB is 131 - color contains mainly: blue. Hex color #713483 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713483 is #8ECB7C. Grayscale: #4E4E4E. Windows color (decimal): -9358205 or 8598641. OLE color: 8598641.

HSL color Cylindrical-coordinate representation of color #713483: hue angle of 286.33º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #713483 is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 52 131 -
CMYK 0.14 0.60 0 0.49
HSL 286.33º 0.43% 0.36% -
HSV(B) 286.33º 0.6% 0.51% -
XYZ 12.13 7.61 22.3 -
YUV 79.25 157.21 152.08 -
System Red Green Blue C M Y K H S L
Decimal 113 52 131 0.14 0.60 0 0.49 286.33 0.43 0.36
Hex 71 34 83 E 3C 0 31 11E 2B 24
Octal 161 64 203 16 74 0 61 436 53 44
Binary 1110001 110100 10000011 1110 111100 0 110001 100011110 101011 100100

Color Harmonies of #713483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713483

Black with #713483

Text Example


Text Example

White with #713483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713483; }

 p { color: rgb(113,52,131); }

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

background-color css

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

 a { background-color: rgb(113,52,131); }

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

border-color css

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

 span { border-color: rgb(113,52,131); }

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