Html Css Color HEX #753E6D Eminence

📋 copy color: '#753E6D'

red 117 ◦ green 62 ◦ blue 109

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

Shades of Eminence #753E6D

Tints of Eminence #753E6D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.53%

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

R = 40.63%
G = 21.53%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#753E6D (or 0x753E6D) is known color: Eminence. HEX triplet: 75, 3E and 6D. RGB value is (117,62,109). Sum of RGB (Red+Green+Blue) = 117+62+109=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 62 (24.61% from 255 or 21.53% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 117 - color contains mainly: red. Hex color #753E6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753E6D is #8AC192. Grayscale: #535353. Windows color (decimal): -9093523 or 7159413. OLE color: 7159413.

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

Color convert

RGB 117 62 109 -
CMYK 0 0.47 0.07 0.54
HSL 308.73º 0.31% 0.35% -
HSV(B) 308.73º 0.47% 0.46% -
XYZ 11.82 8.33 15.45 -
YUV 83.8 142.22 151.68 -
System Red Green Blue C M Y K H S L
Decimal 117 62 109 0 0.47 0.07 0.54 308.73 0.31 0.35
Hex 75 3E 6D 0 2F 7 36 135 1F 23
Octal 165 76 155 0 57 7 66 465 37 43
Binary 1110101 111110 1101101 0 101111 111 110110 100110101 11111 100011

Color Harmonies of #753E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753E6D

Black with #753E6D

Text Example


Text Example

White with #753E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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