Html Css Color HEX #754670 Eminence

📋 copy color: '#754670'

red 117 ◦ green 70 ◦ blue 112

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

Shades of Eminence #754670

Tints of Eminence #754670

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.41%

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

R = 39.13%
G = 23.41%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#754670 (or 0x754670) is known color: Eminence. HEX triplet: 75, 46 and 70. RGB value is (117,70,112). Sum of RGB (Red+Green+Blue) = 117+70+112=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 117 - color contains mainly: red. Hex color #754670 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754670 is #8AB98F. Grayscale: #585858. Windows color (decimal): -9091472 or 7358069. OLE color: 7358069.

HSL color Cylindrical-coordinate representation of color #754670: hue angle of 306.38º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #754670 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 70 112 -
CMYK 0 0.40 0.04 0.54
HSL 306.38º 0.25% 0.37% -
HSV(B) 306.38º 0.4% 0.46% -
XYZ 12.45 9.33 16.47 -
YUV 88.84 141.07 148.08 -
System Red Green Blue C M Y K H S L
Decimal 117 70 112 0 0.40 0.04 0.54 306.38 0.25 0.37
Hex 75 46 70 0 28 4 36 132 19 25
Octal 165 106 160 0 50 4 66 462 31 45
Binary 1110101 1000110 1110000 0 101000 100 110110 100110010 11001 100101

Color Harmonies of #754670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754670

Black with #754670

Text Example


Text Example

White with #754670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754670; }

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

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

background-color css

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

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

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

border-color css

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

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

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