Html Css Color HEX #73476C Eminence

📋 copy color: '#73476C'

red 115 ◦ green 71 ◦ blue 108

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

Shades of Eminence #73476C

Tints of Eminence #73476C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.15%

 BLUE value IS 108 (42.58% from 255) = 36.73%

R = 39.12%
G = 24.15%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#73476C (or 0x73476C) is known color: Eminence. HEX triplet: 73, 47 and 6C. RGB value is (115,71,108). Sum of RGB (Red+Green+Blue) = 115+71+108=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 115 - color contains mainly: red. Hex color #73476C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73476C is #8CB893. Grayscale: #585858. Windows color (decimal): -9222292 or 7096179. OLE color: 7096179.

HSL color Cylindrical-coordinate representation of color #73476C: hue angle of 309.55º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73476C is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 71 108 -
CMYK 0 0.38 0.06 0.55
HSL 309.55º 0.24% 0.36% -
HSV(B) 309.55º 0.38% 0.45% -
XYZ 12.03 9.23 15.34 -
YUV 88.37 139.08 146.99 -
System Red Green Blue C M Y K H S L
Decimal 115 71 108 0 0.38 0.06 0.55 309.55 0.24 0.36
Hex 73 47 6C 0 26 6 37 136 18 24
Octal 163 107 154 0 46 6 67 466 30 44
Binary 1110011 1000111 1101100 0 100110 110 110111 100110110 11000 100100

Color Harmonies of #73476C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73476C

Black with #73476C

Text Example


Text Example

White with #73476C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73476C; }

 p { color: rgb(115,71,108); }

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

background-color css

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

 a { background-color: rgb(115,71,108); }

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

border-color css

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

 span { border-color: rgb(115,71,108); }

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