Html Css Color HEX #754179 Eminence

📋 copy color: '#754179'

red 117 ◦ green 65 ◦ blue 121

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

Shades of Eminence #754179

Tints of Eminence #754179

RGB

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

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

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

R = 38.61%
G = 21.45%
B = 39.93%

CMYK

 C value IS 0.03

 M value IS 0.46

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#754179 (or 0x754179) is known color: Eminence. HEX triplet: 75, 41 and 79. RGB value is (117,65,121). Sum of RGB (Red+Green+Blue) = 117+65+121=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 121 - color contains mainly: blue. Hex color #754179 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754179 is #8ABE86. Grayscale: #565656. Windows color (decimal): -9092743 or 7946613. OLE color: 7946613.

HSL color Cylindrical-coordinate representation of color #754179: hue angle of 295.71º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #754179 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 65 121 -
CMYK 0.03 0.46 0 0.53
HSL 295.71º 0.3% 0.36% -
HSV(B) 295.71º 0.46% 0.47% -
XYZ 12.68 8.94 19.15 -
YUV 86.93 147.23 149.45 -
System Red Green Blue C M Y K H S L
Decimal 117 65 121 0.03 0.46 0 0.53 295.71 0.3 0.36
Hex 75 41 79 3 2E 0 35 128 1E 24
Octal 165 101 171 3 56 0 65 450 36 44
Binary 1110101 1000001 1111001 11 101110 0 110101 100101000 11110 100100

Color Harmonies of #754179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754179

Black with #754179

Text Example


Text Example

White with #754179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754179; }

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

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

background-color css

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

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

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

border-color css

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

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

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