Html Css Color HEX #754573 Eminence

📋 copy color: '#754573'

red 117 ◦ green 69 ◦ blue 115

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

Shades of Eminence #754573

Tints of Eminence #754573

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.92%

 BLUE value IS 115 (45.31% from 255) = 38.21%

R = 38.87%
G = 22.92%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#754573 (or 0x754573) is known color: Eminence. HEX triplet: 75, 45 and 73. RGB value is (117,69,115). Sum of RGB (Red+Green+Blue) = 117+69+115=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 117 - color contains mainly: red. Hex color #754573 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754573 is #8ABA8C. Grayscale: #585858. Windows color (decimal): -9091725 or 7554421. OLE color: 7554421.

HSL color Cylindrical-coordinate representation of color #754573: hue angle of 302.5º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #754573 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 69 115 -
CMYK 0 0.41 0.02 0.54
HSL 302.5º 0.26% 0.36% -
HSV(B) 302.5º 0.41% 0.46% -
XYZ 12.56 9.28 17.35 -
YUV 88.6 142.9 148.26 -
System Red Green Blue C M Y K H S L
Decimal 117 69 115 0 0.41 0.02 0.54 302.5 0.26 0.36
Hex 75 45 73 0 29 2 36 12E 1A 24
Octal 165 105 163 0 51 2 66 456 32 44
Binary 1110101 1000101 1110011 0 101001 10 110110 100101110 11010 100100

Color Harmonies of #754573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754573

Black with #754573

Text Example


Text Example

White with #754573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754573; }

 p { color: rgb(117,69,115); }

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

background-color css

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

 a { background-color: rgb(117,69,115); }

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

border-color css

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

 span { border-color: rgb(117,69,115); }

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