Html Css Color HEX #714379 Eminence

📋 copy color: '#714379'

red 113 ◦ green 67 ◦ blue 121

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

Shades of Eminence #714379

Tints of Eminence #714379

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.26%

 BLUE value IS 121 (47.66% from 255) = 40.2%

R = 37.54%
G = 22.26%
B = 40.2%

CMYK

 C value IS 0.07

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#714379 (or 0x714379) is known color: Eminence. HEX triplet: 71, 43 and 79. RGB value is (113,67,121). Sum of RGB (Red+Green+Blue) = 113+67+121=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 67 (26.56% from 255 or 22.26% from 301); Blue value is 121 (47.66% from 255 or 40.20% from 301); Max value from RGB is 121 - color contains mainly: blue. Hex color #714379 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714379 is #8EBC86. Grayscale: #565656. Windows color (decimal): -9354375 or 7947121. OLE color: 7947121.

HSL color Cylindrical-coordinate representation of color #714379: hue angle of 291.11º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #714379 is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 67 121 -
CMYK 0.07 0.45 0 0.53
HSL 291.11º 0.29% 0.37% -
HSV(B) 291.11º 0.45% 0.47% -
XYZ 12.27 8.91 19.16 -
YUV 86.91 147.24 146.61 -
System Red Green Blue C M Y K H S L
Decimal 113 67 121 0.07 0.45 0 0.53 291.11 0.29 0.37
Hex 71 43 79 7 2D 0 35 123 1D 25
Octal 161 103 171 7 55 0 65 443 35 45
Binary 1110001 1000011 1111001 111 101101 0 110101 100100011 11101 100101

Color Harmonies of #714379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714379

Black with #714379

Text Example


Text Example

White with #714379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714379; }

 p { color: rgb(113,67,121); }

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

background-color css

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

 a { background-color: rgb(113,67,121); }

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

border-color css

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

 span { border-color: rgb(113,67,121); }

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