Html Css Color HEX #754373 Eminence

📋 copy color: '#754373'

red 117 ◦ green 67 ◦ blue 115

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

Shades of Eminence #754373

Tints of Eminence #754373

RGB

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

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

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

R = 39.13%
G = 22.41%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#754373 (or 0x754373) is known color: Eminence. HEX triplet: 75, 43 and 73. RGB value is (117,67,115). Sum of RGB (Red+Green+Blue) = 117+67+115=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 117 - color contains mainly: red. Hex color #754373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754373 is #8ABC8C. Grayscale: #575757. Windows color (decimal): -9092237 or 7553909. OLE color: 7553909.

HSL color Cylindrical-coordinate representation of color #754373: hue angle of 302.4º 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 #754373 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 67 115 -
CMYK 0 0.43 0.02 0.54
HSL 302.4º 0.27% 0.36% -
HSV(B) 302.4º 0.43% 0.46% -
XYZ 12.44 9.03 17.31 -
YUV 87.42 143.57 149.1 -
System Red Green Blue C M Y K H S L
Decimal 117 67 115 0 0.43 0.02 0.54 302.4 0.27 0.36
Hex 75 43 73 0 2B 2 36 12E 1B 24
Octal 165 103 163 0 53 2 66 456 33 44
Binary 1110101 1000011 1110011 0 101011 10 110110 100101110 11011 100100

Color Harmonies of #754373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754373

Black with #754373

Text Example


Text Example

White with #754373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754373; }

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

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

background-color css

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

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

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

border-color css

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

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

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