Html Css Color HEX #73396D Eminence

📋 copy color: '#73396D'

red 115 ◦ green 57 ◦ blue 109

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

Shades of Eminence #73396D

Tints of Eminence #73396D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.28%

 BLUE value IS 109 (42.97% from 255) = 38.79%

R = 40.93%
G = 20.28%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#73396D (or 0x73396D) is known color: Eminence. HEX triplet: 73, 39 and 6D. RGB value is (115,57,109). Sum of RGB (Red+Green+Blue) = 115+57+109=281 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.93% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 115 - color contains mainly: red. Hex color #73396D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73396D is #8CC692. Grayscale: #505050. Windows color (decimal): -9225875 or 7158131. OLE color: 7158131.

HSL color Cylindrical-coordinate representation of color #73396D: hue angle of 306.21º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73396D is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 57 109 -
CMYK 0 0.50 0.05 0.55
HSL 306.21º 0.34% 0.34% -
HSV(B) 306.21º 0.5% 0.45% -
XYZ 11.29 7.68 15.35 -
YUV 80.27 144.22 152.77 -
System Red Green Blue C M Y K H S L
Decimal 115 57 109 0 0.50 0.05 0.55 306.21 0.34 0.34
Hex 73 39 6D 0 32 5 37 132 22 22
Octal 163 71 155 0 62 5 67 462 42 42
Binary 1110011 111001 1101101 0 110010 101 110111 100110010 100010 100010

Color Harmonies of #73396D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73396D

Black with #73396D

Text Example


Text Example

White with #73396D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73396D; }

 p { color: rgb(115,57,109); }

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

background-color css

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

 a { background-color: rgb(115,57,109); }

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

border-color css

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

 span { border-color: rgb(115,57,109); }

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