Html Css Color HEX #73447E Eminence

📋 copy color: '#73447E'

red 115 ◦ green 68 ◦ blue 126

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

Shades of Eminence #73447E

Tints of Eminence #73447E

RGB

 RED value IS 115 (45.31% from 255) = 37.22%

 GREEN value IS 68 (26.95% from 255) = 22.01%

 BLUE value IS 126 (49.61% from 255) = 40.78%

R = 37.22%
G = 22.01%
B = 40.78%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#73447E (or 0x73447E) is known color: Eminence. HEX triplet: 73, 44 and 7E. RGB value is (115,68,126). Sum of RGB (Red+Green+Blue) = 115+68+126=309 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.22% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 126 (49.61% from 255 or 40.78% from 309); Max value from RGB is 126 - color contains mainly: blue. Hex color #73447E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73447E is #8CBB81. Grayscale: #585858. Windows color (decimal): -9223042 or 8275059. OLE color: 8275059.

HSL color Cylindrical-coordinate representation of color #73447E: hue angle of 288.62º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73447E is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 115 68 126 -
CMYK 0.09 0.46 0 0.51
HSL 288.62º 0.3% 0.38% -
HSV(B) 288.62º 0.46% 0.49% -
XYZ 12.9 9.29 20.85 -
YUV 88.67 149.07 146.78 -
System Red Green Blue C M Y K H S L
Decimal 115 68 126 0.09 0.46 0 0.51 288.62 0.3 0.38
Hex 73 44 7E 9 2E 0 33 121 1E 26
Octal 163 104 176 11 56 0 63 441 36 46
Binary 1110011 1000100 1111110 1001 101110 0 110011 100100001 11110 100110

Color Harmonies of #73447E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73447E

Black with #73447E

Text Example


Text Example

White with #73447E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73447E; }

 p { color: rgb(115,68,126); }

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

background-color css

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

 a { background-color: rgb(115,68,126); }

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

border-color css

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

 span { border-color: rgb(115,68,126); }

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