Html Css Color HEX #753174 Eminence

📋 copy color: '#753174'

red 117 ◦ green 49 ◦ blue 116

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

Shades of Eminence #753174

Tints of Eminence #753174

RGB

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

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

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

R = 41.49%
G = 17.38%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#753174 (or 0x753174) is known color: Eminence. HEX triplet: 75, 31 and 74. RGB value is (117,49,116). Sum of RGB (Red+Green+Blue) = 117+49+116=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 116 (45.70% from 255 or 41.13% from 282); Max value from RGB is 117 - color contains mainly: red. Hex color #753174 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753174 is #8ACE8B. Grayscale: #4C4C4C. Windows color (decimal): -9096844 or 7614837. OLE color: 7614837.

HSL color Cylindrical-coordinate representation of color #753174: hue angle of 300.88º 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 #753174 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 49 116 -
CMYK 0 0.58 0.01 0.54
HSL 300.88º 0.41% 0.33% -
HSV(B) 300.88º 0.58% 0.46% -
XYZ 11.59 7.24 17.31 -
YUV 76.97 150.03 156.55 -
System Red Green Blue C M Y K H S L
Decimal 117 49 116 0 0.58 0.01 0.54 300.88 0.41 0.33
Hex 75 31 74 0 3A 1 36 12D 29 21
Octal 165 61 164 0 72 1 66 455 51 41
Binary 1110101 110001 1110100 0 111010 1 110110 100101101 101001 100001

Color Harmonies of #753174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753174

Black with #753174

Text Example


Text Example

White with #753174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753174; }

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

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

background-color css

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

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

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

border-color css

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

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

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