Html Css Color HEX #754177 Eminence

📋 copy color: '#754177'

red 117 ◦ green 65 ◦ blue 119

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

Shades of Eminence #754177

Tints of Eminence #754177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 39.53%

R = 38.87%
G = 21.59%
B = 39.53%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#754177 (or 0x754177) is known color: Eminence. HEX triplet: 75, 41 and 77. RGB value is (117,65,119). Sum of RGB (Red+Green+Blue) = 117+65+119=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 119 - color contains mainly: blue. Hex color #754177 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754177 is #8ABE88. Grayscale: #565656. Windows color (decimal): -9092745 or 7815541. OLE color: 7815541.

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

Color convert

RGB 117 65 119 -
CMYK 0.02 0.45 0 0.53
HSL 297.78º 0.29% 0.36% -
HSV(B) 297.78º 0.45% 0.47% -
XYZ 12.56 8.89 18.51 -
YUV 86.7 146.23 149.61 -
System Red Green Blue C M Y K H S L
Decimal 117 65 119 0.02 0.45 0 0.53 297.78 0.29 0.36
Hex 75 41 77 2 2D 0 35 12A 1D 24
Octal 165 101 167 2 55 0 65 452 35 44
Binary 1110101 1000001 1110111 10 101101 0 110101 100101010 11101 100100

Color Harmonies of #754177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754177

Black with #754177

Text Example


Text Example

White with #754177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754177; }

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

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

background-color css

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

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

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

border-color css

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

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

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