Html Css Color HEX #754771 Eminence

📋 copy color: '#754771'

red 117 ◦ green 71 ◦ blue 113

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

Shades of Eminence #754771

Tints of Eminence #754771

RGB

 RED value IS 117 (46.09% from 255) = 38.87%

 GREEN value IS 71 (28.13% from 255) = 23.59%

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

R = 38.87%
G = 23.59%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#754771 (or 0x754771) is known color: Eminence. HEX triplet: 75, 47 and 71. RGB value is (117,71,113). Sum of RGB (Red+Green+Blue) = 117+71+113=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 117 - color contains mainly: red. Hex color #754771 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754771 is #8AB88E. Grayscale: #595959. Windows color (decimal): -9091215 or 7423861. OLE color: 7423861.

HSL color Cylindrical-coordinate representation of color #754771: hue angle of 305.22º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #754771 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 71 113 -
CMYK 0 0.39 0.03 0.54
HSL 305.22º 0.24% 0.37% -
HSV(B) 305.22º 0.39% 0.46% -
XYZ 12.57 9.48 16.79 -
YUV 89.54 141.24 147.58 -
System Red Green Blue C M Y K H S L
Decimal 117 71 113 0 0.39 0.03 0.54 305.22 0.24 0.37
Hex 75 47 71 0 27 3 36 131 18 25
Octal 165 107 161 0 47 3 66 461 30 45
Binary 1110101 1000111 1110001 0 100111 11 110110 100110001 11000 100101

Color Harmonies of #754771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754771

Black with #754771

Text Example


Text Example

White with #754771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754771; }

 p { color: rgb(117,71,113); }

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

background-color css

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

 a { background-color: rgb(117,71,113); }

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

border-color css

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

 span { border-color: rgb(117,71,113); }

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