Html Css Color HEX #73417E Eminence

📋 copy color: '#73417E'

red 115 ◦ green 65 ◦ blue 126

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

Shades of Eminence #73417E

Tints of Eminence #73417E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.24%

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

R = 37.58%
G = 21.24%
B = 41.18%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#73417E (or 0x73417E) is known color: Eminence. HEX triplet: 73, 41 and 7E. RGB value is (115,65,126). Sum of RGB (Red+Green+Blue) = 115+65+126=306 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.58% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 126 (49.61% from 255 or 41.18% from 306); Max value from RGB is 126 - color contains mainly: blue. Hex color #73417E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73417E is #8CBE81. Grayscale: #565656. Windows color (decimal): -9223810 or 8274291. OLE color: 8274291.

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

Color convert

RGB 115 65 126 -
CMYK 0.09 0.48 0 0.51
HSL 289.18º 0.32% 0.37% -
HSV(B) 289.18º 0.48% 0.49% -
XYZ 12.73 8.93 20.79 -
YUV 86.9 150.07 148.04 -
System Red Green Blue C M Y K H S L
Decimal 115 65 126 0.09 0.48 0 0.51 289.18 0.32 0.37
Hex 73 41 7E 9 30 0 33 121 20 25
Octal 163 101 176 11 60 0 63 441 40 45
Binary 1110011 1000001 1111110 1001 110000 0 110011 100100001 100000 100101

Color Harmonies of #73417E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73417E

Black with #73417E

Text Example


Text Example

White with #73417E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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