Html Css Color HEX #713474 Eminence

📋 copy color: '#713474'

red 113 ◦ green 52 ◦ blue 116

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

Shades of Eminence #713474

Tints of Eminence #713474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 41.28%

R = 40.21%
G = 18.51%
B = 41.28%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#713474 (or 0x713474) is known color: Eminence. HEX triplet: 71, 34 and 74. RGB value is (113,52,116). Sum of RGB (Red+Green+Blue) = 113+52+116=281 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.21% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 116 (45.70% from 255 or 41.28% from 281); Max value from RGB is 116 - color contains mainly: blue. Hex color #713474 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713474 is #8ECB8B. Grayscale: #4D4D4D. Windows color (decimal): -9358220 or 7615601. OLE color: 7615601.

HSL color Cylindrical-coordinate representation of color #713474: hue angle of 297.19º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #713474 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 52 116 -
CMYK 0.03 0.55 0 0.55
HSL 297.19º 0.38% 0.33% -
HSV(B) 297.19º 0.55% 0.45% -
XYZ 11.19 7.23 17.33 -
YUV 77.54 149.71 153.3 -
System Red Green Blue C M Y K H S L
Decimal 113 52 116 0.03 0.55 0 0.55 297.19 0.38 0.33
Hex 71 34 74 3 37 0 37 129 26 21
Octal 161 64 164 3 67 0 67 451 46 41
Binary 1110001 110100 1110100 11 110111 0 110111 100101001 100110 100001

Color Harmonies of #713474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713474

Black with #713474

Text Example


Text Example

White with #713474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713474; }

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

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

background-color css

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

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

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

border-color css

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

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

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