Html Css Color HEX #753F74 Eminence

📋 copy color: '#753F74'

red 117 ◦ green 63 ◦ blue 116

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

Shades of Eminence #753F74

Tints of Eminence #753F74

RGB

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

 GREEN value IS 63 (25% from 255) = 21.28%

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

R = 39.53%
G = 21.28%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#753F74 (or 0x753F74) is known color: Eminence. HEX triplet: 75, 3F and 74. RGB value is (117,63,116). Sum of RGB (Red+Green+Blue) = 117+63+116=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 63 (25% from 255 or 21.28% from 296); Blue value is 116 (45.70% from 255 or 39.19% from 296); Max value from RGB is 117 - color contains mainly: red. Hex color #753F74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753F74 is #8AC08B. Grayscale: #555555. Windows color (decimal): -9093260 or 7618421. OLE color: 7618421.

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

Color convert

RGB 117 63 116 -
CMYK 0 0.46 0.01 0.54
HSL 301.11º 0.3% 0.35% -
HSV(B) 301.11º 0.46% 0.46% -
XYZ 12.27 8.6 17.54 -
YUV 85.19 145.39 150.69 -
System Red Green Blue C M Y K H S L
Decimal 117 63 116 0 0.46 0.01 0.54 301.11 0.3 0.35
Hex 75 3F 74 0 2E 1 36 12D 1E 23
Octal 165 77 164 0 56 1 66 455 36 43
Binary 1110101 111111 1110100 0 101110 1 110110 100101101 11110 100011

Color Harmonies of #753F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753F74

Black with #753F74

Text Example


Text Example

White with #753F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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