Html Css Color HEX #75416D Eminence

📋 copy color: '#75416D'

red 117 ◦ green 65 ◦ blue 109

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

Shades of Eminence #75416D

Tints of Eminence #75416D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.34%

 BLUE value IS 109 (42.97% from 255) = 37.46%

R = 40.21%
G = 22.34%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#75416D (or 0x75416D) is known color: Eminence. HEX triplet: 75, 41 and 6D. RGB value is (117,65,109). Sum of RGB (Red+Green+Blue) = 117+65+109=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 117 - color contains mainly: red. Hex color #75416D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75416D is #8ABE92. Grayscale: #555555. Windows color (decimal): -9092755 or 7160181. OLE color: 7160181.

HSL color Cylindrical-coordinate representation of color #75416D: hue angle of 309.23º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75416D is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 65 109 -
CMYK 0 0.44 0.07 0.54
HSL 309.23º 0.29% 0.36% -
HSV(B) 309.23º 0.44% 0.46% -
XYZ 11.99 8.67 15.51 -
YUV 85.56 141.23 150.42 -
System Red Green Blue C M Y K H S L
Decimal 117 65 109 0 0.44 0.07 0.54 309.23 0.29 0.36
Hex 75 41 6D 0 2C 7 36 135 1D 24
Octal 165 101 155 0 54 7 66 465 35 44
Binary 1110101 1000001 1101101 0 101100 111 110110 100110101 11101 100100

Color Harmonies of #75416D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75416D

Black with #75416D

Text Example


Text Example

White with #75416D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75416D; }

 p { color: rgb(117,65,109); }

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

background-color css

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

 a { background-color: rgb(117,65,109); }

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

border-color css

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

 span { border-color: rgb(117,65,109); }

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