Html Css Color HEX #754876 Eminence

📋 copy color: '#754876'

red 117 ◦ green 72 ◦ blue 118

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

Shades of Eminence #754876

Tints of Eminence #754876

RGB

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

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

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

R = 38.11%
G = 23.45%
B = 38.44%

CMYK

 C value IS 0.01

 M value IS 0.39

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#754876 (or 0x754876) is known color: Eminence. HEX triplet: 75, 48 and 76. RGB value is (117,72,118). Sum of RGB (Red+Green+Blue) = 117+72+118=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 118 (46.48% from 255 or 38.44% from 307); Max value from RGB is 118 - color contains mainly: blue. Hex color #754876 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754876 is #8AB789. Grayscale: #5A5A5A. Windows color (decimal): -9090954 or 7751797. OLE color: 7751797.

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

Color convert

RGB 117 72 118 -
CMYK 0.01 0.39 0 0.54
HSL 298.7º 0.24% 0.37% -
HSV(B) 298.7º 0.39% 0.46% -
XYZ 12.92 9.72 18.34 -
YUV 90.7 143.41 146.76 -
System Red Green Blue C M Y K H S L
Decimal 117 72 118 0.01 0.39 0 0.54 298.7 0.24 0.37
Hex 75 48 76 1 27 0 36 12B 18 25
Octal 165 110 166 1 47 0 66 453 30 45
Binary 1110101 1001000 1110110 1 100111 0 110110 100101011 11000 100101

Color Harmonies of #754876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754876

Black with #754876

Text Example


Text Example

White with #754876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754876; }

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

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

background-color css

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

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

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

border-color css

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

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

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