Html Css Color HEX #754679 Eminence

📋 copy color: '#754679'

red 117 ◦ green 70 ◦ blue 121

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

Shades of Eminence #754679

Tints of Eminence #754679

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.73%

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

R = 37.99%
G = 22.73%
B = 39.29%

CMYK

 C value IS 0.03

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#754679 (or 0x754679) is known color: Eminence. HEX triplet: 75, 46 and 79. RGB value is (117,70,121). Sum of RGB (Red+Green+Blue) = 117+70+121=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 121 (47.66% from 255 or 39.29% from 308); Max value from RGB is 121 - color contains mainly: blue. Hex color #754679 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754679 is #8AB986. Grayscale: #595959. Windows color (decimal): -9091463 or 7947893. OLE color: 7947893.

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

Color convert

RGB 117 70 121 -
CMYK 0.03 0.42 0 0.53
HSL 295.29º 0.27% 0.37% -
HSV(B) 295.29º 0.42% 0.47% -
XYZ 12.98 9.54 19.25 -
YUV 89.87 145.57 147.35 -
System Red Green Blue C M Y K H S L
Decimal 117 70 121 0.03 0.42 0 0.53 295.29 0.27 0.37
Hex 75 46 79 3 2A 0 35 127 1B 25
Octal 165 106 171 3 52 0 65 447 33 45
Binary 1110101 1000110 1111001 11 101010 0 110101 100100111 11011 100101

Color Harmonies of #754679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754679

Black with #754679

Text Example


Text Example

White with #754679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754679; }

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

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

background-color css

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

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

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

border-color css

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

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

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