Html Css Color HEX #75386D Eminence

📋 copy color: '#75386D'

red 117 ◦ green 56 ◦ blue 109

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

Shades of Eminence #75386D

Tints of Eminence #75386D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.86%

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

R = 41.49%
G = 19.86%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#75386D (or 0x75386D) is known color: Eminence. HEX triplet: 75, 38 and 6D. RGB value is (117,56,109). Sum of RGB (Red+Green+Blue) = 117+56+109=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 117 - color contains mainly: red. Hex color #75386D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75386D is #8AC792. Grayscale: #505050. Windows color (decimal): -9095059 or 7157877. OLE color: 7157877.

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

Color convert

RGB 117 56 109 -
CMYK 0 0.52 0.07 0.54
HSL 307.87º 0.35% 0.34% -
HSV(B) 307.87º 0.52% 0.46% -
XYZ 11.51 7.71 15.35 -
YUV 80.28 144.21 154.19 -
System Red Green Blue C M Y K H S L
Decimal 117 56 109 0 0.52 0.07 0.54 307.87 0.35 0.34
Hex 75 38 6D 0 34 7 36 134 23 22
Octal 165 70 155 0 64 7 66 464 43 42
Binary 1110101 111000 1101101 0 110100 111 110110 100110100 100011 100010

Color Harmonies of #75386D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75386D

Black with #75386D

Text Example


Text Example

White with #75386D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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