Html Css Color HEX #754375 Eminence

📋 copy color: '#754375'

red 117 ◦ green 67 ◦ blue 117

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

Shades of Eminence #754375

Tints of Eminence #754375

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.26%

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

R = 38.87%
G = 22.26%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#754375 (or 0x754375) is known color: Eminence. HEX triplet: 75, 43 and 75. RGB value is (117,67,117). Sum of RGB (Red+Green+Blue) = 117+67+117=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 67 (26.56% from 255 or 22.26% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #754375 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754375 is #8ABC8A. Grayscale: #575757. Windows color (decimal): -9092235 or 7684981. OLE color: 7684981.

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

Color convert

RGB 117 67 117 -
CMYK 0 0.43 0 0.54
HSL 300º 0.27% 0.36% -
HSV(B) 300º 0.43% 0.46% -
XYZ 12.55 9.08 17.92 -
YUV 87.65 144.57 148.93 -
System Red Green Blue C M Y K H S L
Decimal 117 67 117 0 0.43 0 0.54 300 0.27 0.36
Hex 75 43 75 0 2B 0 36 12C 1B 24
Octal 165 103 165 0 53 0 66 454 33 44
Binary 1110101 1000011 1110101 0 101011 0 110110 100101100 11011 100100

Color Harmonies of #754375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754375

Black with #754375

Text Example


Text Example

White with #754375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754375; }

 p { color: rgb(117,67,117); }

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

background-color css

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

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

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

border-color css

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

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

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