Html Css Color HEX #723175 Eminence

📋 copy color: '#723175'

red 114 ◦ green 49 ◦ blue 117

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

Shades of Eminence #723175

Tints of Eminence #723175

RGB

 RED value IS 114 (44.92% from 255) = 40.71%

 GREEN value IS 49 (19.53% from 255) = 17.5%

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

R = 40.71%
G = 17.5%
B = 41.79%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#723175 (or 0x723175) is known color: Eminence. HEX triplet: 72, 31 and 75. RGB value is (114,49,117). Sum of RGB (Red+Green+Blue) = 114+49+117=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 49 (19.53% from 255 or 17.5% from 280); Blue value is 117 (46.09% from 255 or 41.79% from 280); Max value from RGB is 117 - color contains mainly: blue. Hex color #723175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723175 is #8DCE8A. Grayscale: #4B4B4B. Windows color (decimal): -9293451 or 7680370. OLE color: 7680370.

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

Color convert

RGB 114 49 117 -
CMYK 0.03 0.58 0 0.54
HSL 297.35º 0.41% 0.33% -
HSV(B) 297.35º 0.58% 0.46% -
XYZ 11.25 7.06 17.6 -
YUV 76.19 151.03 154.97 -
System Red Green Blue C M Y K H S L
Decimal 114 49 117 0.03 0.58 0 0.54 297.35 0.41 0.33
Hex 72 31 75 3 3A 0 36 129 29 21
Octal 162 61 165 3 72 0 66 451 51 41
Binary 1110010 110001 1110101 11 111010 0 110110 100101001 101001 100001

Color Harmonies of #723175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723175

Black with #723175

Text Example


Text Example

White with #723175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723175; }

 p { color: rgb(114,49,117); }

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

background-color css

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

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

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

border-color css

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

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

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