Html Css Color HEX #754874 Eminence

📋 copy color: '#754874'

red 117 ◦ green 72 ◦ blue 116

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

Shades of Eminence #754874

Tints of Eminence #754874

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.61%

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

R = 38.36%
G = 23.61%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#754874 (or 0x754874) is known color: Eminence. HEX triplet: 75, 48 and 74. RGB value is (117,72,116). Sum of RGB (Red+Green+Blue) = 117+72+116=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 116 (45.70% from 255 or 38.03% from 305); Max value from RGB is 117 - color contains mainly: red. Hex color #754874 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754874 is #8AB78B. Grayscale: #5A5A5A. Windows color (decimal): -9090956 or 7620725. OLE color: 7620725.

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

Color convert

RGB 117 72 116 -
CMYK 0 0.38 0.01 0.54
HSL 301.33º 0.24% 0.37% -
HSV(B) 301.33º 0.38% 0.46% -
XYZ 12.81 9.68 17.72 -
YUV 90.47 142.41 146.92 -
System Red Green Blue C M Y K H S L
Decimal 117 72 116 0 0.38 0.01 0.54 301.33 0.24 0.37
Hex 75 48 74 0 26 1 36 12D 18 25
Octal 165 110 164 0 46 1 66 455 30 45
Binary 1110101 1001000 1110100 0 100110 1 110110 100101101 11000 100101

Color Harmonies of #754874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754874

Black with #754874

Text Example


Text Example

White with #754874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754874; }

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

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

background-color css

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

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

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

border-color css

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

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

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