Html Css Color HEX #714473 Eminence

📋 copy color: '#714473'

red 113 ◦ green 68 ◦ blue 115

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

Shades of Eminence #714473

Tints of Eminence #714473

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.97%

 BLUE value IS 115 (45.31% from 255) = 38.85%

R = 38.18%
G = 22.97%
B = 38.85%

CMYK

 C value IS 0.02

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#714473 (or 0x714473) is known color: Eminence. HEX triplet: 71, 44 and 73. RGB value is (113,68,115). Sum of RGB (Red+Green+Blue) = 113+68+115=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 115 - color contains mainly: blue. Hex color #714473 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714473 is #8EBB8C. Grayscale: #565656. Windows color (decimal): -9354125 or 7554161. OLE color: 7554161.

HSL color Cylindrical-coordinate representation of color #714473: hue angle of 297.45º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #714473 is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 68 115 -
CMYK 0.02 0.41 0 0.55
HSL 297.45º 0.26% 0.36% -
HSV(B) 297.45º 0.41% 0.45% -
XYZ 11.97 8.88 17.3 -
YUV 86.81 143.91 146.68 -
System Red Green Blue C M Y K H S L
Decimal 113 68 115 0.02 0.41 0 0.55 297.45 0.26 0.36
Hex 71 44 73 2 29 0 37 129 1A 24
Octal 161 104 163 2 51 0 67 451 32 44
Binary 1110001 1000100 1110011 10 101001 0 110111 100101001 11010 100100

Color Harmonies of #714473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714473

Black with #714473

Text Example


Text Example

White with #714473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714473; }

 p { color: rgb(113,68,115); }

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

background-color css

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

 a { background-color: rgb(113,68,115); }

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

border-color css

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

 span { border-color: rgb(113,68,115); }

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