Html Css Color HEX #753E73 Eminence

📋 copy color: '#753E73'

red 117 ◦ green 62 ◦ blue 115

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

Shades of Eminence #753E73

Tints of Eminence #753E73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 39.12%

R = 39.8%
G = 21.09%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#753E73 (or 0x753E73) is known color: Eminence. HEX triplet: 75, 3E and 73. RGB value is (117,62,115). Sum of RGB (Red+Green+Blue) = 117+62+115=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 62 (24.61% from 255 or 21.09% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 117 - color contains mainly: red. Hex color #753E73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753E73 is #8AC18C. Grayscale: #545454. Windows color (decimal): -9093517 or 7552629. OLE color: 7552629.

HSL color Cylindrical-coordinate representation of color #753E73: hue angle of 302.18º 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 #753E73 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 62 115 -
CMYK 0 0.47 0.02 0.54
HSL 302.18º 0.31% 0.35% -
HSV(B) 302.18º 0.47% 0.46% -
XYZ 12.15 8.46 17.21 -
YUV 84.49 145.22 151.19 -
System Red Green Blue C M Y K H S L
Decimal 117 62 115 0 0.47 0.02 0.54 302.18 0.31 0.35
Hex 75 3E 73 0 2F 2 36 12E 1F 23
Octal 165 76 163 0 57 2 66 456 37 43
Binary 1110101 111110 1110011 0 101111 10 110110 100101110 11111 100011

Color Harmonies of #753E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753E73

Black with #753E73

Text Example


Text Example

White with #753E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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