Html Css Color HEX #753F71 Eminence

📋 copy color: '#753F71'

red 117 ◦ green 63 ◦ blue 113

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

Shades of Eminence #753F71

Tints of Eminence #753F71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 38.57%

R = 39.93%
G = 21.5%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#753F71 (or 0x753F71) is known color: Eminence. HEX triplet: 75, 3F and 71. RGB value is (117,63,113). Sum of RGB (Red+Green+Blue) = 117+63+113=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 63 (25% from 255 or 21.50% from 293); Blue value is 113 (44.53% from 255 or 38.57% from 293); Max value from RGB is 117 - color contains mainly: red. Hex color #753F71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753F71 is #8AC08E. Grayscale: #545454. Windows color (decimal): -9093263 or 7421813. OLE color: 7421813.

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

Color convert

RGB 117 63 113 -
CMYK 0 0.46 0.03 0.54
HSL 304.44º 0.3% 0.35% -
HSV(B) 304.44º 0.46% 0.46% -
XYZ 12.09 8.53 16.63 -
YUV 84.85 143.89 150.93 -
System Red Green Blue C M Y K H S L
Decimal 117 63 113 0 0.46 0.03 0.54 304.44 0.3 0.35
Hex 75 3F 71 0 2E 3 36 130 1E 23
Octal 165 77 161 0 56 3 66 460 36 43
Binary 1110101 111111 1110001 0 101110 11 110110 100110000 11110 100011

Color Harmonies of #753F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753F71

Black with #753F71

Text Example


Text Example

White with #753F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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