Html Css Color HEX #75406C Eminence

📋 copy color: '#75406C'

red 117 ◦ green 64 ◦ blue 108

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

Shades of Eminence #75406C

Tints of Eminence #75406C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.15%

 BLUE value IS 108 (42.58% from 255) = 37.37%

R = 40.48%
G = 22.15%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#75406C (or 0x75406C) is known color: Eminence. HEX triplet: 75, 40 and 6C. RGB value is (117,64,108). Sum of RGB (Red+Green+Blue) = 117+64+108=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 117 - color contains mainly: red. Hex color #75406C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75406C is #8ABF93. Grayscale: #545454. Windows color (decimal): -9093012 or 7094389. OLE color: 7094389.

HSL color Cylindrical-coordinate representation of color #75406C: hue angle of 310.19º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75406C is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 64 108 -
CMYK 0 0.45 0.08 0.54
HSL 310.19º 0.29% 0.35% -
HSV(B) 310.19º 0.45% 0.46% -
XYZ 11.88 8.53 15.21 -
YUV 84.86 141.06 150.92 -
System Red Green Blue C M Y K H S L
Decimal 117 64 108 0 0.45 0.08 0.54 310.19 0.29 0.35
Hex 75 40 6C 0 2D 8 36 136 1D 23
Octal 165 100 154 0 55 10 66 466 35 43
Binary 1110101 1000000 1101100 0 101101 1000 110110 100110110 11101 100011

Color Harmonies of #75406C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75406C

Black with #75406C

Text Example


Text Example

White with #75406C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75406C; }

 p { color: rgb(117,64,108); }

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

background-color css

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

 a { background-color: rgb(117,64,108); }

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

border-color css

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

 span { border-color: rgb(117,64,108); }

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