Html Css Color HEX #753B74 Eminence

📋 copy color: '#753B74'

red 117 ◦ green 59 ◦ blue 116

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

Shades of Eminence #753B74

Tints of Eminence #753B74

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.21%

 BLUE value IS 116 (45.7% from 255) = 39.73%

R = 40.07%
G = 20.21%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#753B74 (or 0x753B74) is known color: Eminence. HEX triplet: 75, 3B and 74. RGB value is (117,59,116). Sum of RGB (Red+Green+Blue) = 117+59+116=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 59 (23.44% from 255 or 20.21% from 292); Blue value is 116 (45.70% from 255 or 39.73% from 292); Max value from RGB is 117 - color contains mainly: red. Hex color #753B74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753B74 is #8AC48B. Grayscale: #525252. Windows color (decimal): -9094284 or 7617397. OLE color: 7617397.

HSL color Cylindrical-coordinate representation of color #753B74: hue angle of 301.03º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #753B74 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 59 116 -
CMYK 0 0.50 0.01 0.54
HSL 301.03º 0.33% 0.35% -
HSV(B) 301.03º 0.5% 0.46% -
XYZ 12.05 8.17 17.46 -
YUV 82.84 146.72 152.37 -
System Red Green Blue C M Y K H S L
Decimal 117 59 116 0 0.50 0.01 0.54 301.03 0.33 0.35
Hex 75 3B 74 0 32 1 36 12D 21 23
Octal 165 73 164 0 62 1 66 455 41 43
Binary 1110101 111011 1110100 0 110010 1 110110 100101101 100001 100011

Color Harmonies of #753B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753B74

Black with #753B74

Text Example


Text Example

White with #753B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,59,116); }

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

background-color css

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

 a { background-color: rgb(117,59,116); }

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

border-color css

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

 span { border-color: rgb(117,59,116); }

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