Html Css Color HEX #754770 Eminence

📋 copy color: '#754770'

red 117 ◦ green 71 ◦ blue 112

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

Shades of Eminence #754770

Tints of Eminence #754770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 37.33%

R = 39%
G = 23.67%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#754770 (or 0x754770) is known color: Eminence. HEX triplet: 75, 47 and 70. RGB value is (117,71,112). Sum of RGB (Red+Green+Blue) = 117+71+112=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 117 - color contains mainly: red. Hex color #754770 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754770 is #8AB88F. Grayscale: #595959. Windows color (decimal): -9091216 or 7358325. OLE color: 7358325.

HSL color Cylindrical-coordinate representation of color #754770: hue angle of 306.52º 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 #754770 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 71 112 -
CMYK 0 0.39 0.04 0.54
HSL 306.52º 0.24% 0.37% -
HSV(B) 306.52º 0.39% 0.46% -
XYZ 12.51 9.46 16.5 -
YUV 89.43 140.74 147.67 -
System Red Green Blue C M Y K H S L
Decimal 117 71 112 0 0.39 0.04 0.54 306.52 0.24 0.37
Hex 75 47 70 0 27 4 36 133 18 25
Octal 165 107 160 0 47 4 66 463 30 45
Binary 1110101 1000111 1110000 0 100111 100 110110 100110011 11000 100101

Color Harmonies of #754770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754770

Black with #754770

Text Example


Text Example

White with #754770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754770; }

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

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

background-color css

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

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

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

border-color css

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

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

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