Html Css Color HEX #754174 Eminence

📋 copy color: '#754174'

red 117 ◦ green 65 ◦ blue 116

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

Shades of Eminence #754174

Tints of Eminence #754174

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.81%

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

R = 39.26%
G = 21.81%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#754174 (or 0x754174) is known color: Eminence. HEX triplet: 75, 41 and 74. RGB value is (117,65,116). Sum of RGB (Red+Green+Blue) = 117+65+116=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 117 - color contains mainly: red. Hex color #754174 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754174 is #8ABE8B. Grayscale: #565656. Windows color (decimal): -9092748 or 7618933. OLE color: 7618933.

HSL color Cylindrical-coordinate representation of color #754174: hue angle of 301.15º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #754174 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 65 116 -
CMYK 0 0.44 0.01 0.54
HSL 301.15º 0.29% 0.36% -
HSV(B) 301.15º 0.44% 0.46% -
XYZ 12.38 8.82 17.57 -
YUV 86.36 144.73 149.85 -
System Red Green Blue C M Y K H S L
Decimal 117 65 116 0 0.44 0.01 0.54 301.15 0.29 0.36
Hex 75 41 74 0 2C 1 36 12D 1D 24
Octal 165 101 164 0 54 1 66 455 35 44
Binary 1110101 1000001 1110100 0 101100 1 110110 100101101 11101 100100

Color Harmonies of #754174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754174

Black with #754174

Text Example


Text Example

White with #754174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754174; }

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

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

background-color css

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

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

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

border-color css

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

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

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