Html Css Color HEX #73496F Eminence

📋 copy color: '#73496F'

red 115 ◦ green 73 ◦ blue 111

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

Shades of Eminence #73496F

Tints of Eminence #73496F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.41%

 BLUE value IS 111 (43.75% from 255) = 37.12%

R = 38.46%
G = 24.41%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#73496F (or 0x73496F) is known color: Eminence. HEX triplet: 73, 49 and 6F. RGB value is (115,73,111). Sum of RGB (Red+Green+Blue) = 115+73+111=299 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.46% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 115 - color contains mainly: red. Hex color #73496F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73496F is #8CB690. Grayscale: #595959. Windows color (decimal): -9221777 or 7293299. OLE color: 7293299.

HSL color Cylindrical-coordinate representation of color #73496F: hue angle of 305.71º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #73496F is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 73 111 -
CMYK 0 0.37 0.03 0.55
HSL 305.71º 0.22% 0.37% -
HSV(B) 305.71º 0.37% 0.45% -
XYZ 12.32 9.56 16.23 -
YUV 89.89 139.91 145.91 -
System Red Green Blue C M Y K H S L
Decimal 115 73 111 0 0.37 0.03 0.55 305.71 0.22 0.37
Hex 73 49 6F 0 25 3 37 132 16 25
Octal 163 111 157 0 45 3 67 462 26 45
Binary 1110011 1001001 1101111 0 100101 11 110111 100110010 10110 100101

Color Harmonies of #73496F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73496F

Black with #73496F

Text Example


Text Example

White with #73496F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73496F; }

 p { color: rgb(115,73,111); }

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

background-color css

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

 a { background-color: rgb(115,73,111); }

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

border-color css

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

 span { border-color: rgb(115,73,111); }

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