Html Css Color HEX #713472 Eminence

📋 copy color: '#713472'

red 113 ◦ green 52 ◦ blue 114

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

Shades of Eminence #713472

Tints of Eminence #713472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 40.86%

R = 40.5%
G = 18.64%
B = 40.86%

CMYK

 C value IS 0.01

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#713472 (or 0x713472) is known color: Eminence. HEX triplet: 71, 34 and 72. RGB value is (113,52,114). Sum of RGB (Red+Green+Blue) = 113+52+114=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 114 - color contains mainly: blue. Hex color #713472 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713472 is #8ECB8D. Grayscale: #4D4D4D. Windows color (decimal): -9358222 or 7484529. OLE color: 7484529.

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

Color convert

RGB 113 52 114 -
CMYK 0.01 0.54 0 0.55
HSL 299.03º 0.37% 0.33% -
HSV(B) 299.03º 0.54% 0.45% -
XYZ 11.08 7.18 16.72 -
YUV 77.31 148.71 153.46 -
System Red Green Blue C M Y K H S L
Decimal 113 52 114 0.01 0.54 0 0.55 299.03 0.37 0.33
Hex 71 34 72 1 36 0 37 12B 25 21
Octal 161 64 162 1 66 0 67 453 45 41
Binary 1110001 110100 1110010 1 110110 0 110111 100101011 100101 100001

Color Harmonies of #713472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713472

Black with #713472

Text Example


Text Example

White with #713472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713472; }

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

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

background-color css

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

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

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

border-color css

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

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

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