Html Css Color HEX #753C71 Eminence

📋 copy color: '#753C71'

red 117 ◦ green 60 ◦ blue 113

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

Shades of Eminence #753C71

Tints of Eminence #753C71

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.69%

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

R = 40.34%
G = 20.69%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#753C71 (or 0x753C71) is known color: Eminence. HEX triplet: 75, 3C and 71. RGB value is (117,60,113). Sum of RGB (Red+Green+Blue) = 117+60+113=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 60 (23.83% from 255 or 20.69% from 290); Blue value is 113 (44.53% from 255 or 38.97% from 290); Max value from RGB is 117 - color contains mainly: red. Hex color #753C71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753C71 is #8AC38E. Grayscale: #525252. Windows color (decimal): -9094031 or 7421045. OLE color: 7421045.

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

Color convert

RGB 117 60 113 -
CMYK 0 0.49 0.03 0.54
HSL 304.21º 0.32% 0.35% -
HSV(B) 304.21º 0.49% 0.46% -
XYZ 11.93 8.21 16.58 -
YUV 83.09 144.88 152.19 -
System Red Green Blue C M Y K H S L
Decimal 117 60 113 0 0.49 0.03 0.54 304.21 0.32 0.35
Hex 75 3C 71 0 31 3 36 130 20 23
Octal 165 74 161 0 61 3 66 460 40 43
Binary 1110101 111100 1110001 0 110001 11 110110 100110000 100000 100011

Color Harmonies of #753C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753C71

Black with #753C71

Text Example


Text Example

White with #753C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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