Html Css Color HEX #754976 Eminence

📋 copy color: '#754976'

red 117 ◦ green 73 ◦ blue 118

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

Shades of Eminence #754976

Tints of Eminence #754976

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.7%

 BLUE value IS 118 (46.48% from 255) = 38.31%

R = 37.99%
G = 23.7%
B = 38.31%

CMYK

 C value IS 0.01

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#754976 (or 0x754976) is known color: Eminence. HEX triplet: 75, 49 and 76. RGB value is (117,73,118). Sum of RGB (Red+Green+Blue) = 117+73+118=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 118 - color contains mainly: blue. Hex color #754976 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754976 is #8AB689. Grayscale: #5B5B5B. Windows color (decimal): -9090698 or 7752053. OLE color: 7752053.

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

Color convert

RGB 117 73 118 -
CMYK 0.01 0.38 0 0.54
HSL 298.67º 0.24% 0.37% -
HSV(B) 298.67º 0.38% 0.46% -
XYZ 12.99 9.86 18.36 -
YUV 91.29 143.08 146.34 -
System Red Green Blue C M Y K H S L
Decimal 117 73 118 0.01 0.38 0 0.54 298.67 0.24 0.37
Hex 75 49 76 1 26 0 36 12B 18 25
Octal 165 111 166 1 46 0 66 453 30 45
Binary 1110101 1001001 1110110 1 100110 0 110110 100101011 11000 100101

Color Harmonies of #754976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754976

Black with #754976

Text Example


Text Example

White with #754976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754976; }

 p { color: rgb(117,73,118); }

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

background-color css

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

 a { background-color: rgb(117,73,118); }

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

border-color css

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

 span { border-color: rgb(117,73,118); }

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