Html Css Color HEX #754476 Eminence

📋 copy color: '#754476'

red 117 ◦ green 68 ◦ blue 118

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

Shades of Eminence #754476

Tints of Eminence #754476

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.44%

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

R = 38.61%
G = 22.44%
B = 38.94%

CMYK

 C value IS 0.01

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#754476 (or 0x754476) is known color: Eminence. HEX triplet: 75, 44 and 76. RGB value is (117,68,118). Sum of RGB (Red+Green+Blue) = 117+68+118=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 118 - color contains mainly: blue. Hex color #754476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754476 is #8ABB89. Grayscale: #585858. Windows color (decimal): -9091978 or 7750773. OLE color: 7750773.

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

Color convert

RGB 117 68 118 -
CMYK 0.01 0.42 0 0.54
HSL 298.8º 0.27% 0.36% -
HSV(B) 298.8º 0.42% 0.46% -
XYZ 12.67 9.22 18.25 -
YUV 88.35 144.73 148.43 -
System Red Green Blue C M Y K H S L
Decimal 117 68 118 0.01 0.42 0 0.54 298.8 0.27 0.36
Hex 75 44 76 1 2A 0 36 12B 1B 24
Octal 165 104 166 1 52 0 66 453 33 44
Binary 1110101 1000100 1110110 1 101010 0 110110 100101011 11011 100100

Color Harmonies of #754476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754476

Black with #754476

Text Example


Text Example

White with #754476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754476; }

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

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

background-color css

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

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

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

border-color css

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

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

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