Html Css Color HEX #754879 Eminence

📋 copy color: '#754879'

red 117 ◦ green 72 ◦ blue 121

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

Shades of Eminence #754879

Tints of Eminence #754879

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.23%

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

R = 37.74%
G = 23.23%
B = 39.03%

CMYK

 C value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#754879 (or 0x754879) is known color: Eminence. HEX triplet: 75, 48 and 79. RGB value is (117,72,121). Sum of RGB (Red+Green+Blue) = 117+72+121=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 121 (47.66% from 255 or 39.03% from 310); Max value from RGB is 121 - color contains mainly: blue. Hex color #754879 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754879 is #8AB786. Grayscale: #5A5A5A. Windows color (decimal): -9090951 or 7948405. OLE color: 7948405.

HSL color Cylindrical-coordinate representation of color #754879: hue angle of 295.1º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #754879 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 72 121 -
CMYK 0.03 0.40 0 0.53
HSL 295.1º 0.25% 0.38% -
HSV(B) 295.1º 0.4% 0.47% -
XYZ 13.1 9.8 19.29 -
YUV 91.04 144.91 146.52 -
System Red Green Blue C M Y K H S L
Decimal 117 72 121 0.03 0.40 0 0.53 295.1 0.25 0.38
Hex 75 48 79 3 28 0 35 127 19 26
Octal 165 110 171 3 50 0 65 447 31 46
Binary 1110101 1001000 1111001 11 101000 0 110101 100100111 11001 100110

Color Harmonies of #754879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754879

Black with #754879

Text Example


Text Example

White with #754879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754879; }

 p { color: rgb(117,72,121); }

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

background-color css

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

 a { background-color: rgb(117,72,121); }

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

border-color css

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

 span { border-color: rgb(117,72,121); }

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