Html Css Color HEX #754477 Eminence

📋 copy color: '#754477'

red 117 ◦ green 68 ◦ blue 119

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

Shades of Eminence #754477

Tints of Eminence #754477

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.37%

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

R = 38.49%
G = 22.37%
B = 39.14%

CMYK

 C value IS 0.02

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#754477 (or 0x754477) is known color: Eminence. HEX triplet: 75, 44 and 77. RGB value is (117,68,119). Sum of RGB (Red+Green+Blue) = 117+68+119=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 119 (46.88% from 255 or 39.14% from 304); Max value from RGB is 119 - color contains mainly: blue. Hex color #754477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754477 is #8ABB88. Grayscale: #585858. Windows color (decimal): -9091977 or 7816309. OLE color: 7816309.

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

Color convert

RGB 117 68 119 -
CMYK 0.02 0.43 0 0.53
HSL 297.65º 0.27% 0.37% -
HSV(B) 297.65º 0.43% 0.47% -
XYZ 12.73 9.25 18.57 -
YUV 88.47 145.23 148.35 -
System Red Green Blue C M Y K H S L
Decimal 117 68 119 0.02 0.43 0 0.53 297.65 0.27 0.37
Hex 75 44 77 2 2B 0 35 12A 1B 25
Octal 165 104 167 2 53 0 65 452 33 45
Binary 1110101 1000100 1110111 10 101011 0 110101 100101010 11011 100101

Color Harmonies of #754477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754477

Black with #754477

Text Example


Text Example

White with #754477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754477; }

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

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

background-color css

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

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

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

border-color css

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

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

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