Html Css Color HEX #714178 Eminence

📋 copy color: '#714178'

red 113 ◦ green 65 ◦ blue 120

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

Shades of Eminence #714178

Tints of Eminence #714178

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.81%

 BLUE value IS 120 (47.27% from 255) = 40.27%

R = 37.92%
G = 21.81%
B = 40.27%

CMYK

 C value IS 0.06

 M value IS 0.46

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#714178 (or 0x714178) is known color: Eminence. HEX triplet: 71, 41 and 78. RGB value is (113,65,120). Sum of RGB (Red+Green+Blue) = 113+65+120=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 120 (47.27% from 255 or 40.27% from 298); Max value from RGB is 120 - color contains mainly: blue. Hex color #714178 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714178 is #8EBE87. Grayscale: #555555. Windows color (decimal): -9354888 or 7881073. OLE color: 7881073.

HSL color Cylindrical-coordinate representation of color #714178: hue angle of 292.36º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #714178 is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 65 120 -
CMYK 0.06 0.46 0 0.53
HSL 292.36º 0.3% 0.36% -
HSV(B) 292.36º 0.46% 0.47% -
XYZ 12.09 8.65 18.8 -
YUV 85.62 147.4 147.53 -
System Red Green Blue C M Y K H S L
Decimal 113 65 120 0.06 0.46 0 0.53 292.36 0.3 0.36
Hex 71 41 78 6 2E 0 35 124 1E 24
Octal 161 101 170 6 56 0 65 444 36 44
Binary 1110001 1000001 1111000 110 101110 0 110101 100100100 11110 100100

Color Harmonies of #714178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714178

Black with #714178

Text Example


Text Example

White with #714178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714178; }

 p { color: rgb(113,65,120); }

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

background-color css

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

 a { background-color: rgb(113,65,120); }

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

border-color css

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

 span { border-color: rgb(113,65,120); }

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