Html Css Color HEX #713482 Eminence

📋 copy color: '#713482'

red 113 ◦ green 52 ◦ blue 130

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

Shades of Eminence #713482

Tints of Eminence #713482

RGB

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

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

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

R = 38.31%
G = 17.63%
B = 44.07%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#713482 (or 0x713482) is known color: Eminence. HEX triplet: 71, 34 and 82. RGB value is (113,52,130). Sum of RGB (Red+Green+Blue) = 113+52+130=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 130 - color contains mainly: blue. Hex color #713482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713482 is #8ECB7D. Grayscale: #4E4E4E. Windows color (decimal): -9358206 or 8533105. OLE color: 8533105.

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

Color convert

RGB 113 52 130 -
CMYK 0.13 0.60 0 0.49
HSL 286.92º 0.43% 0.36% -
HSV(B) 286.92º 0.6% 0.51% -
XYZ 12.07 7.58 21.95 -
YUV 79.13 156.71 152.16 -
System Red Green Blue C M Y K H S L
Decimal 113 52 130 0.13 0.60 0 0.49 286.92 0.43 0.36
Hex 71 34 82 D 3C 0 31 11F 2B 24
Octal 161 64 202 15 74 0 61 437 53 44
Binary 1110001 110100 10000010 1101 111100 0 110001 100011111 101011 100100

Color Harmonies of #713482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713482

Black with #713482

Text Example


Text Example

White with #713482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713482; }

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

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

background-color css

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

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

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

border-color css

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

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

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