Html Css Color HEX #753173 Eminence

📋 copy color: '#753173'

red 117 ◦ green 49 ◦ blue 115

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

Shades of Eminence #753173

Tints of Eminence #753173

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.44%

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

R = 41.64%
G = 17.44%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#753173 (or 0x753173) is known color: Eminence. HEX triplet: 75, 31 and 73. RGB value is (117,49,115). Sum of RGB (Red+Green+Blue) = 117+49+115=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 117 - color contains mainly: red. Hex color #753173 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753173 is #8ACE8C. Grayscale: #4C4C4C. Windows color (decimal): -9096845 or 7549301. OLE color: 7549301.

HSL color Cylindrical-coordinate representation of color #753173: hue angle of 301.76º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #753173 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 49 115 -
CMYK 0 0.58 0.02 0.54
HSL 301.76º 0.41% 0.33% -
HSV(B) 301.76º 0.58% 0.46% -
XYZ 11.53 7.22 17 -
YUV 76.86 149.53 156.63 -
System Red Green Blue C M Y K H S L
Decimal 117 49 115 0 0.58 0.02 0.54 301.76 0.41 0.33
Hex 75 31 73 0 3A 2 36 12E 29 21
Octal 165 61 163 0 72 2 66 456 51 41
Binary 1110101 110001 1110011 0 111010 10 110110 100101110 101001 100001

Color Harmonies of #753173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753173

Black with #753173

Text Example


Text Example

White with #753173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753173; }

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

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

background-color css

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

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

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

border-color css

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

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

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