Html Css Color HEX #753C79 Eminence

📋 copy color: '#753C79'

red 117 ◦ green 60 ◦ blue 121

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

Shades of Eminence #753C79

Tints of Eminence #753C79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 40.6%

R = 39.26%
G = 20.13%
B = 40.6%

CMYK

 C value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#753C79 (or 0x753C79) is known color: Eminence. HEX triplet: 75, 3C and 79. RGB value is (117,60,121). Sum of RGB (Red+Green+Blue) = 117+60+121=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 121 (47.66% from 255 or 40.60% from 298); Max value from RGB is 121 - color contains mainly: blue. Hex color #753C79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753C79 is #8AC386. Grayscale: #535353. Windows color (decimal): -9094023 or 7945333. OLE color: 7945333.

HSL color Cylindrical-coordinate representation of color #753C79: hue angle of 296.07º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #753C79 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 60 121 -
CMYK 0.03 0.50 0 0.53
HSL 296.07º 0.34% 0.35% -
HSV(B) 296.07º 0.5% 0.47% -
XYZ 12.4 8.39 19.06 -
YUV 84 148.88 151.54 -
System Red Green Blue C M Y K H S L
Decimal 117 60 121 0.03 0.50 0 0.53 296.07 0.34 0.35
Hex 75 3C 79 3 32 0 35 128 22 23
Octal 165 74 171 3 62 0 65 450 42 43
Binary 1110101 111100 1111001 11 110010 0 110101 100101000 100010 100011

Color Harmonies of #753C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753C79

Black with #753C79

Text Example


Text Example

White with #753C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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