Html Css Color HEX #753D6F Eminence

📋 copy color: '#753D6F'

red 117 ◦ green 61 ◦ blue 111

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

Shades of Eminence #753D6F

Tints of Eminence #753D6F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.11%

 BLUE value IS 111 (43.75% from 255) = 38.41%

R = 40.48%
G = 21.11%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#753D6F (or 0x753D6F) is known color: Eminence. HEX triplet: 75, 3D and 6F. RGB value is (117,61,111). Sum of RGB (Red+Green+Blue) = 117+61+111=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 61 (24.22% from 255 or 21.11% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 117 - color contains mainly: red. Hex color #753D6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753D6F is #8AC290. Grayscale: #535353. Windows color (decimal): -9093777 or 7290229. OLE color: 7290229.

HSL color Cylindrical-coordinate representation of color #753D6F: hue angle of 306.43º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #753D6F is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 61 111 -
CMYK 0 0.48 0.05 0.54
HSL 306.43º 0.31% 0.35% -
HSV(B) 306.43º 0.48% 0.46% -
XYZ 11.87 8.27 16.01 -
YUV 83.44 143.55 151.93 -
System Red Green Blue C M Y K H S L
Decimal 117 61 111 0 0.48 0.05 0.54 306.43 0.31 0.35
Hex 75 3D 6F 0 30 5 36 132 1F 23
Octal 165 75 157 0 60 5 66 462 37 43
Binary 1110101 111101 1101111 0 110000 101 110110 100110010 11111 100011

Color Harmonies of #753D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753D6F

Black with #753D6F

Text Example


Text Example

White with #753D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753D6F; }

 p { color: rgb(117,61,111); }

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

background-color css

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

 a { background-color: rgb(117,61,111); }

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

border-color css

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

 span { border-color: rgb(117,61,111); }

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